docker-jumpstart
docker-jumpstart copied to clipboard
A quick introduction to Docker
Just to let you know. https://github.com/boot2docker/boot2docker-cli https://docs.docker.com/machine/
First, awesome guide! It is great to see all this knowledge in one place. I was a bit confused about the ["opening a port with VIrtualbox" section](https://github.com/odewahn/docker-jumpstart/blob/d61a9771ce98a77097d0f5230c96076f33ea805c/public/boot2docker.md#opening-a-port-with-virtualbox) though. I run...
In the **Upgrading from an older install** section, there is a 3-step process. Following that in the very next section (Quick Reference), it shows ''boot2docker upgrade" for accomplishing the same...
From [this line](https://github.com/odewahn/docker-jumpstart/blame/f783267b332a6a5be71849b3adf6e639c630db4f/public/boot2docker.md#L11): ``` If you're unfamiliar with SSH or SSH keys, Appendix ??? will give you details of how to get set up. ``` May be worth adding something...
> Since running the export command in the shell will only set the environment variable temporarily, you > should follow the process on your OS to make it permanent. On...
Repeated word in the first sentence: "This is the source for the Docker Jumpstart, a short guide by Andrew Odewahn from O'Reilly Media to help you GET GET up and...
At https://github.com/odewahn/docker-jumpstart/blob/master/public/example.md#install-our-code it says to run `$ docker run -it -p 5000:5000 simple_flask /bin/bash`. It then explains what the "-w /home" command does, but the "-w /home" command does not...