Linuxdocker 镜像参数docker 镜像参数restart创建容器时没有添加参数 –restart=always ,导致的后果是:当 Docker 重启时,容器未能自动启动。添加该参数的方法:1 docker container update --restart=always 容器名字