From 57f62e04c432ab300900be550988c789102bd067 Mon Sep 17 00:00:00 2001 From: seema Date: Sat, 3 Oct 2020 11:05:52 +0530 Subject: [PATCH] edited and coorected the numbering label in readme file --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a02831d..e23774c 100644 --- a/README.md +++ b/README.md @@ -12,8 +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 +2. Configure your shell to use the new machine environment - `eval $(docker-machine env dev)` +3. Build images - `docker-compose build` +4. Start services - `docker-compose up -d` +5. Create migrations - `docker-compose run web /usr/local/bin/python manage.py migrate` +6. Grab IP - `docker-machine ip dev` - and view in your browser