Skip to content

Commit

Permalink
Add docker build instructions
Browse files Browse the repository at this point in the history
Closes chaoss#42
  • Loading branch information
andygrunwald authored and sduenas committed Dec 14, 2015
1 parent c71715a commit c6bca41
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,13 @@ You are ready to use sortinghat!

### Docker

Start a MySQL docker container for data storage:
At first you need to build the image:

```sh
$ docker build -t metricsgrimoire/sortinghat:latest .
```

Next step would be to start a MySQL docker container for data storage:

```sh
$ docker run --name mysql \
Expand Down

0 comments on commit c6bca41

Please sign in to comment.