Docker运维
修改容器restart参数
修改容器restart参数
docker update --restart=always <容器名>
参考资料:
【CSDN】:Docker --restart参数