Skip to content

Commit

Permalink
Update docker instructions in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaël Reyrol committed Jun 1, 2016
1 parent 7c5ba01 commit 4862690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Now you can navigate to [http://localhost:4873/](http://localhost:4873/) where y
### Docker

```Bash
docker build -t sinopia .
docker run -d --name sinopia -p 4873:4873 -v /path/to/sinopia-volume:/opt/sinopia/volume sinopia
docker build -t cinabre .
docker run -d --name cinabre -p 4873:4873 -v /path/to/cinabre-volume:/opt/cinabre/volume cinabre
```

### Chef
Expand Down

0 comments on commit 4862690

Please sign in to comment.