美文网首页性能测试
后台下载docker centos镜像

后台下载docker centos镜像

作者: 杰罗米诺大背头 | 来源:发表于2020-03-13 17:11 被阅读0次

1.

在docker配置文件/etc/sysconfig/docke的OPTIONS中添加“--registry-mirror=https://fzhifedh.mirror.aliyuncs.com

[root@localhost ~]# vim /etc/sysconfig/docker# /etc/sysconfig/docker

OPTIONS='--selinux-enabled --log-driver=journald --signature-verification=false --registry-mirror=https://fzhifedh.mirror.aliyuncs.com '#换默认源地址

2.

nohup docker pull centos:centos7.2.1511 > centosimage.log 2>&1 &

相关文章

网友评论

    本文标题:后台下载docker centos镜像

    本文链接:https://www.haomeiwen.com/subject/prsgshtx.html