1、通過vi
/etc/yum.conf命令設(shè)置centos7代理上網(wǎng)
proxy=http://yourproxy:808
proxy=ftp://yourproxy:808
proxy_username=username
proxy_password=password
[if !supportLists]2、? [endif]通過yum install
–y docker 命令安裝docker
[if !vml]
[endif]
3勋功、執(zhí)行dokcer ps命令角钩,出現(xiàn)
[if !vml]
[endif]
[if !supportLists]3既荚、? [endif]使用systemctl
status docker.service其報(bào)告如下
[if !vml]
[endif]
5待笑、此處意思是linux的內(nèi)核中的SELinux不支持 overlay2
graph driver 乳幸,解決方法有兩個(gè)肝集,要么啟動(dòng)一個(gè)新內(nèi)核瞻坝,要么就在docker里禁用selinux,–selinux-enabled=false
vi /etc/sysconfig/docker
[if !vml]
[endif]
6杏瞻、使用service start
docker命令啟動(dòng)docker容器
7所刀、使用docker pull ubuntu拉取鏡像衙荐,失敗如下
???????? [if !vml]
[endif]
8、停止docker服務(wù)浮创,手動(dòng)以使用2375端口監(jiān)聽所有網(wǎng)絡(luò)接口的方式啟動(dòng)docker daemon
systemctl stop
docker.service
nohup docker
daemon -H tcp://0.0.0.0:2375 -Hunix:///var/run/docker.sock? &
9忧吟、安裝私有倉庫時(shí),若有報(bào)錯(cuò)如下
?????? [if !vml]
[endif]
?????? 解決方案:
??????????????? 在”/etc/docker/“目錄下斩披,創(chuàng)建”daemon.json“文件溜族。在文件中寫入
??????????????????? { "insecure-registries":["192.168.64.147:5000"]}
10、向私有倉庫push時(shí)垦沉,若有如下報(bào)錯(cuò)
? [if !vml]
[endif]
? 解決方案:
ln -s /usr/libexec/docker/docker-proxy-current /usr/bin/docker-proxy
11煌抒、安裝過程中,若如遇以下錯(cuò)誤
?????? [if !vml]
[endif]
?????? 則執(zhí)行以下命令加以解決
???????????? cd/usr/libexec/docker/
???????????? ln -sdocker-runc-current docker-runc