Skip to content

Commit

Permalink
Merge pull request kencochrane#3 from pydanny/patch-1
Browse files Browse the repository at this point in the history
Provide a command to get the IP Address.
  • Loading branch information
kencochrane committed Nov 22, 2013
2 parents d4c62ea + fe5e78a commit 69cca0b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ With a tag for easier reuse
Running the container

$ sudo docker run -d -p :8000 <your username>/django-docker

Get your container's IP Address:

Now go to `<your ip>:8000` in your browser
sudo docker inspect <container_id> | grep IPAddress | cut -d '"' -f 4

Now go to `<your container's ip>:8000` in your browser

0 comments on commit 69cca0b

Please sign in to comment.