- 对于:
container_linux.go:370: starting container process caused: exec: "/sbin/init":
和
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
这样的问题在ubuntu启动时添加了--privileged=true
和 /sbin/init
也没有用的情况下可以使用centos。至于原因还不得而知,望知道的大神告诉一下。
但是我看了ubuntu /sbin下init是存在的。