Add @jayfk's note from #356.

This commit is contained in:
Audrey Roy Greenfeld 2015-10-03 16:54:01 -07:00
parent c9b4d1f16e
commit 2d609432b9

View File

@ -18,10 +18,14 @@ If you don't already have these installed, you can get them at:
* https://github.com/docker/toolbox/releases * https://github.com/docker/toolbox/releases
Create the Machine Create the Machine (Optional)
------------------- -------------------------------
:: On Ubuntu you have native Docker, so you don't need to create a VM with
docker-machine to use it.
However, on Mac/Windows/other systems without native Docker, you'll want to
start by creating a VM with docker-machine::
$ docker-machine create --driver virtualbox dev1 $ docker-machine create --driver virtualbox dev1
@ -29,7 +33,6 @@ Create the Machine
name them accordingly. Instead of 'dev1' you might have 'dev2', 'myproject', name them accordingly. Instead of 'dev1' you might have 'dev2', 'myproject',
'djangopackages', et al. 'djangopackages', et al.
Get the IP Address Get the IP Address
-------------------- --------------------