systemctl start docker
systemctl stop docker
docker system df
docker update <containerId> 参数 ## 容器自动启动 docker update abc123 --restart=always ## 容器禁止自动启动 docker update abc123 --restart=no
← 安装 Docker迁移 →