From 97e29459d960822f06c10543b7c9197b2ba4dfe3 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 16 Oct 2016 16:08:29 +0800 Subject: [PATCH] [ci skip] update readme Signed-off-by: Bo-Yi Wu --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 23a54b9..59b7dee 100644 --- a/README.md +++ b/README.md @@ -538,6 +538,13 @@ $ docker pull 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. ```bash