Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
film42 committed Oct 6, 2018
1 parent 1c68312 commit 751cc94
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ $ go get github.com/film42/turbulence
$ ./bin/turbulence
```

Or you can grab the pre-built docker container:
Or you can grab the pre-built docker container with default options:

```
$ docker run -p 26000:26000 -d film42/turbulence:latest --config test/config.json
$ docker run -p 25000:25000 -d film42/turbulence:latest
```

Or use your own config:

```
$ docker run -p 26000:26000 -d -v $(pwd)/test:/config film42/turbulence:latest --config config/config.json
```

### Configuring
Expand Down

0 comments on commit 751cc94

Please sign in to comment.