【发布时间】:2017-07-25 14:04:24
【问题描述】:
我构建了一个包含 Nginx 的 docker 镜像,它的配置让我们称之为 A 当我手动构建它时,它的构建和运行没有错误但是当我决定管理 docker image throw systemctl 它也没有给我任何错误,但是当输入: sudo systemctl status A. 服务它处于非活动状态(死)
Here is the output given when managed throw systemctl
我该怎么做才能让它在启动时处于活动状态? 在此先感谢
【问题讨论】:
标签: nginx docker systemd systemctl