[ci skip] update readme

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-10-16 16:08:29 +08:00
parent a6546b568c
commit 97e29459d9
1 changed files with 7 additions and 0 deletions

View File

@ -538,6 +538,13 @@ $ docker pull appleboy/gorush
$ docker run --name gorush -p 80:8088 appleboy/gorush $ docker run --name gorush -p 80:8088 appleboy/gorush
``` ```
Run `gorush` with your own config file.
```bash
$ docker pull appleboy/gorush
$ docker run --name gorush -v ${PWD}/config.yml:/config.yml -p 80:8088 appleboy/gorush
```
Testing your gorush server using [httpie](https://github.com/jkbrzt/httpie) command. Testing your gorush server using [httpie](https://github.com/jkbrzt/httpie) command.
```bash ```bash