修改nginx README.md
This commit is contained in:
parent
3eda62f74d
commit
02a770a6c9
@ -9,7 +9,7 @@ docker build -t ccr.ccs.tencentyun.com/yy-dk/nginx:1.15.0 .
|
|||||||
## 从远程仓库下载
|
## 从远程仓库下载
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker pull ccr.ccs.tencentyun.com/yy-dk/nginx:0.10.1
|
docker pull ccr.ccs.tencentyun.com/yy-dk/nginx:1.15.0
|
||||||
```
|
```
|
||||||
|
|
||||||
## 启动容器
|
## 启动容器
|
||||||
@ -21,5 +21,5 @@ docker run -d --name nginx-1.15.0 \
|
|||||||
-v $PWD/conf:/nginx/conf \
|
-v $PWD/conf:/nginx/conf \
|
||||||
-v $PWD/logs:/nginx/logs \
|
-v $PWD/logs:/nginx/logs \
|
||||||
-v $PWD/www:/nginx/www \
|
-v $PWD/www:/nginx/www \
|
||||||
ccr.ccs.tencentyun.com/yy-dk/nginx:0.10.1
|
ccr.ccs.tencentyun.com/yy-dk/nginx:1.15.0
|
||||||
```
|
```
|
||||||
Loading…
Reference in New Issue
Block a user