Shouldn't that be guest OS?
Docker Jumpstart
21–30 of 45 posts
Re: Docker Jumpstart
#22Is docker ready for production? Is someone using it on real production environments? Most recipes at Docker Registy are a mess, and with plenty of bugs
Using btrfs as cow is not ready for production (yet and likely not in the near future) - believing otherwise made the last few feeks quite miserable.
Re: Docker Jumpstart
#23The short introduction on that tutorial is much better than that actual docker site and 10-15 min interactive tutorial on what docker actually is and what it can be used for. A note to other developers, it's a good idea to not use some language without first defining the word... Especially if it's an overloaded term.
Re: Docker Jumpstart
#24"Unlike a true VM, a docker container does not also require a host OS" Shouldn't that be guest OS?
Re: Docker Jumpstart
#25Re: Docker Jumpstart
#26Is docker ready for production? Is someone using it on real production environments? Most recipes at Docker Registy are a mess, and with plenty of bugs
Re: Docker Jumpstart
#27There's also a bunch of advanced docker options you can check out:
http://docs.nitrous.io/v1.0/docs/advanced-container-manageme...
Would be a good compliment to the docker jumpstart manual.
Re: Docker Jumpstart
#28"Unlike a true VM, a docker container does not also require a host OS" Shouldn't that be guest OS?
Re: Docker Jumpstart
#29The short introduction on that tutorial is much better than that actual docker site and 10-15 min interactive tutorial on what docker actually is and what it can be used for. A note to other developers, it's a good idea to not use some language without first defining the word... Especially if it's an overloaded term.
For some reason I found docker very unintuitive, even writing a simple build script was confusing. I agree, this book would have done a much better job of introduction than the docker site.
Re: Docker Jumpstart
#30Earlier quoted context omitted.
Give Docker Machine a try https://docs.docker.com/machine/ Machine makes it really easy to create Docker hosts on your computer, on cloud providers and inside your own data center. It creates servers, installs Docker on them, then configures the Docker client to talk to them. Kitematic is another option https://kitematic.com
For some reason, when using docker machine on a mac, the VM always fails to start and freezes at the "VM starting" phase. For this reason, I've had to switch back to boot2docker.