Skip to content

Commit

Permalink
Finish instructions on using docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jameeters committed Jun 22, 2017
1 parent 27735e6 commit 5dd60fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ Currently, our dockerfile creates an image for a container that runs the basic f
1. Run `docker build -t flood .`. This will create the docker image and name it `flood`.

**To run a container based on the image:**
1.
1. `docker run -p 5055:5050 --name floodviz flood`. This will create a docker container from the `flood` image and name it `floodviz`.

Once this is done, [127.0.0.1:5055/home](http://127.0.0.1:5055) should take you to the example page.

0 comments on commit 5dd60fa

Please sign in to comment.