修改docker默认存储位置

centos6下


vi /etc/sysconfig/docker:

other_args="--graph=/server/docker --selinux-enabled -H fd:// --insecure-registry=registry.abc.com --registry-mirror=https://pee6w651.mirror.aliyuncs.com"


centos7下

vi /usr/lib/systemd/system/docker.service:

ExecStart=/usr/bin/dockerd -g /server/docker --insecure-registry registry.abc.com --registry-mirror=https://pee6w651.mirror.aliyuncs.com

你可能感兴趣的:(配置管理,持续集成,Devops,服务器运维)