Skip to content

Commit

Permalink
Fixed formatting and added code blocks
Browse files Browse the repository at this point in the history
The `<your ip>` was hidden before due to GitHub Markdown stuff (now it's in code tags)
  • Loading branch information
ChristianGaertner committed Oct 25, 2013
1 parent d0bbd71 commit 24321f1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ Dockerfile
----------
Use this to build a new image

$ sudo docker build .
$ sudo docker build .

With a tag for easier reuse
$ sudo docker build -t <your username>/django-docker .

$ sudo docker build -t <your username>/django-docker .

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

Now go to <your ip>:8000 in your browser
$ sudo docker run -d -p :8000 <your username>/django-docker

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

0 comments on commit 24321f1

Please sign in to comment.