摘要:
docker-compose -f docker-compose.yml up -d 时候报错 device or resource busy 使用 docker-compose down 会导致一些容器异常结束,其状态变为Dead (可以使用查看:docker ps -a -q -f status 阅读全文
摘要:
# 设置开机启动 [root@localhost ~]# systemctl enable nginx # 停止开机自动启动 [root@localhost ~]# systemctl disable nginx # 启动nginx服务 [root@localhost ~]# systemctl s 阅读全文