mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-12-25 22:48:54 +00:00
commit
5e6073f46e
@ -45,5 +45,5 @@ CMD service nginx start
|
|||||||
正确的做法是直接执行 `nginx` 可执行文件,并且要求以前台形式运行。比如:
|
正确的做法是直接执行 `nginx` 可执行文件,并且要求以前台形式运行。比如:
|
||||||
|
|
||||||
```Dockerfile
|
```Dockerfile
|
||||||
CMD ["nginx" "-g" "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user