mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-03-03 10:45:49 +03:00
Add @jayfk's note from #356.
This commit is contained in:
parent
c9b4d1f16e
commit
2d609432b9
|
@ -18,10 +18,14 @@ If you don't already have these installed, you can get them at:
|
|||
|
||||
* 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
|
||||
|
||||
|
@ -29,7 +33,6 @@ Create the Machine
|
|||
name them accordingly. Instead of 'dev1' you might have 'dev2', 'myproject',
|
||||
'djangopackages', et al.
|
||||
|
||||
|
||||
Get the IP Address
|
||||
--------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user