Skip to content

Commit cd78ebe

Browse files
authored
Merge pull request #51 from befair/master
Update README with the eval env instructions
2 parents ef08c89 + 6ae5a4c commit cd78ebe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Blog post -> https://realpython.com/blog/python/django-development-with-docker-c
1212
### OS X Instructions
1313

1414
1. Start new machine - `docker-machine create -d virtualbox dev;`
15+
1. Configure your shell to use the new machine environment - `eval $(docker-machine env dev)`
1516
1. Build images - `docker-compose build`
1617
1. Start services - `docker-compose up -d`
1718
1. Create migrations - `docker-compose run web /usr/local/bin/python manage.py migrate`
18-
1. Grab IP - `docker-machine ip dev` - and view in your browser
19+
1. Grab IP - `docker-machine ip dev` - and view in your browser

0 commit comments

Comments
 (0)