From 6ae5a4c6d700a787080ec3f94166f284656e48c9 Mon Sep 17 00:00:00 2001 From: Luca Ferroni Date: Sat, 17 Feb 2018 12:02:26 +0100 Subject: [PATCH] Update README with the eval env instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 902d776..869a58a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Blog post -> https://realpython.com/blog/python/django-development-with-docker-c ### OS X Instructions 1. Start new machine - `docker-machine create -d virtualbox dev;` +1. Configure your shell to use the new machine environment - `eval $(docker-machine env dev)` 1. Build images - `docker-compose build` 1. Start services - `docker-compose up -d` 1. Create migrations - `docker-compose run web /usr/local/bin/python manage.py migrate` -1. Grab IP - `docker-machine ip dev` - and view in your browser \ No newline at end of file +1. Grab IP - `docker-machine ip dev` - and view in your browser