docker 重启 discuz 容器失败

2018-01-06 16:23:45 +08:00
 86322989

docker 运行了一个 discuz, 但是因为 vps 运行商重启机器停掉了.

当用 docker restart 重启这个容器时,起不来. 有知道原因的吗?

当时启动时的情况: docker run --name my-discuz2 --link bbs-mysql:mysql -p 127.0.0.1:8080:80 -d skyzhou/docker-discuz

docker start -i xxxx 报错情况: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.5. Set the 'ServerName' directive globally to suppress this message httpd (pid 1) already running

2755 次点击
所在节点    问与答
5 条回复
singer
2018-01-06 16:40:41 +08:00
docker ps -a 先看看已存在但没运行起来的容器。
然后选择你的容器的 id,docker start id
ge2009
2018-01-07 19:55:14 +08:00
我觉得楼主这种可以直接写 docker compose 会更方便和好用些吧.
86322989
2018-01-10 16:45:50 +08:00
@singer 就是这样才起不来啊
86322989
2018-01-10 16:46:44 +08:00
@ge2009 跟 compose 没关系. 现在就想解决容器起不来的问题
singer
2018-01-10 19:14:22 +08:00
@86322989 你的 httpd 已经起来了,当然起不动

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/420612

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX