[ci skip] fix docker command.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-05-25 13:21:07 +08:00
parent e165b2e2d5
commit 137c085560
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ Set up `gorush` in the cloud in under 5 minutes with zero knowledge of Golang or
```bash
$ docker pull appleboy/gorush
$ docker run -name gorush -p 80:8088 appleboy/gorush
$ docker run --name gorush -p 80:8088 appleboy/gorush
```
Testing your gorush server using [httpie](https://github.com/jkbrzt/httpie) command.