Skip to content

Commit

Permalink
Begin writing instructions for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jameeters committed Jun 21, 2017
1 parent ba64848 commit 27735e6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# active-flood-viz
# active-flood-viz

### Docker Instructions

Currently, our dockerfile creates an image for a container that runs the basic flask app.

**To build the image:**
1. Navigate to your project directory.
1. Copy `DOIRootCA2.cer` into this directory.
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.

0 comments on commit 27735e6

Please sign in to comment.