码头工人在 scaleway 上的暴发户
Posted
技术标签:
【中文标题】码头工人在 scaleway 上的暴发户【英文标题】:docker on upstart on scaleway 【发布时间】:2015-10-29 14:32:55 【问题描述】:我有基于 ubuntu 12.04 的 docker 容器,并希望在 scaleway 上启动它。这个 InstantApp 使用 systemd 在 ubuntu 15.04 上运行。对于我的容器,我需要新贵。我通过这个建议打开了暴发户:
安装 upstart-sysv 软件包,它将删除 ubuntu-standard 和 systemd-sysv(但不应删除其他任何东西——如果是,请大喊!),然后运行 sudo update-initramfs -u。之后,grub 的“高级选项”菜单将有一个相应的“Ubuntu, with Linux ... (systemd)”条目,您可以在其中使用 systemd 进行一次性引导。
现在我的服务器与 upstart 一起运行:
# ps aux|grep upstart
root 1447 0.0 0.0 2632 1744 ? S 13:44 0:00 upstart-udev-bridge --daemon
root 1598 0.0 0.0 2044 176 ? S 13:44 0:00 upstart-file-bridge --daemon
root 2571 0.0 0.0 2032 1128 ? S 13:44 0:00 upstart-socket-bridge --daemon
root 32408 0.0 0.0 3156 1472 pts/4 S+ 14:27 0:00 grep --color=auto upstart
但是 docker 没有运行:
# service docker status
* Docker is managed via upstart, try using service docker status
# service docker start
* Docker is managed via upstart, try using service docker start
如何将 docker 作为守护进程启动?
【问题讨论】:
【参考方案1】:查看这个 Ask Ubuntu 问题的答案 - 这是一种让事情再次运行的解决方法,直到内核错误解决:https://askubuntu.com/questions/683462/docker-is-managed-via-upstart-try-using-service-docker
【讨论】:
以上是关于码头工人在 scaleway 上的暴发户的主要内容,如果未能解决你的问题,请参考以下文章