Merge 0b24728b353d4598d17751d3bac7b7cb8aea808a into 65a793b714ad0404c0228fe8259ea7047996d72d

This commit is contained in:
0c0c0f 2017-11-29 08:15:18 +00:00 committed by GitHub
commit 5266960904

View File

@ -34,7 +34,7 @@ $ docker pull medicean/vulapps:r_redis_1
2. 启动环境
```
$ docker run --name=redisvul -d -p 22:22 -p 6379:6379 medicean/vulapps:r_redis_1
$ docker run --name=redisvul -d -p 6379:6379 medicean/vulapps:r_redis_1
```
> `-p 22:22` 前面的 22 代表物理机的端口,可随意指定。
>