Linux系统设置docker自启 systemctl enable docker docker守护进程,就是可以在后台运行 docker run --restart=always xxxx //或者创建以后 docker update --restart=always xxxx docker中镜像自启 docker run -d --restart=unless-stopped -p 3306:3306 imageName