Skip to content

Commit

Permalink
Provide a command to get the IP Address.
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Nov 20, 2013
1 parent d4c62ea commit fe5e78a
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 fe5e78a

Please sign in to comment.