2020
11-19
11-19
Docker 修改docker存储位置 修改容器镜像大小限制操作
新版本这样好像快不行了,不推荐了。不行可以直接软连接去修改存储位置。vim/usr/lib/systemd/system/docker.serviceExecStart=/usr/bin/dockerd --graph=/work/docker_data--storage-driverdevicemapper--storage-optdm.loopdatasize=1000G--storage-optdm.loopmetadatasize=10G--storage-optdm.fs=ext4--storage-optdm.basesize=100G -Hfd://--containerd=/run/containerd/containerd.sock补充2...
继续阅读 >