centos docker容器自启动

docker加入自启动

systemctl enable docker.service

修改已有容器为自启动模式

docker update --restart=always 容器ID

你可能感兴趣的:(centos docker容器自启动)