vmware-archive / photon-controller

Photon Controller
Other
26 stars 3 forks source link

docker service not started atuomatically after a reboot of the photon controller #99

Open alancivita opened 7 years ago

alancivita commented 7 years ago

docker service is not started automatically after the reboot of the photon-controller vm:

dbus.service static debug-shell.service disabled docker-containerd.service disabled docker.service disabled emergency.service static

systemctl enable docker and docker start "container id" fixes the issue.

Alan