这篇文章主要介绍“Centos7中怎么安装及配置Docker”的相关知识,小编通过实际案例向大家展示操作过程,操作方法简单快捷,实用性强,希望这篇“centos7中怎么安装及配置Docker”文章能帮助大家解决问题。第一步,确定是cento
这篇文章主要介绍“Centos7中怎么安装及配置Docker”的相关知识,小编通过实际案例向大家展示操作过程,操作方法简单快捷,实用性强,希望这篇“centos7中怎么安装及配置Docker”文章能帮助大家解决问题。
cat /etc/redhat-releaseCentOS linux release 7.4.1708 (Core)
确定centos7可以上外网yum -y install gccyum -y install gcc-c++安装完成之后,查看gcc版本gcc -vUsing built-in specs.COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapperTarget: x86_64-redhat-linuxConfigured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=Http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,Go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linuxThread model: posixgcc version 4.8.5 20150623 (Red Hat 4.8.5-28) (GCC)
sudo yum remove docker \docker-client \docker-client-latest \docker-common \docker-latest \docker-latest-logrotate \docker-logrotate \docker-engine
\是连接符
sudo yum install -y yum-utils \device-mapper-persistent-data \lvm2
# 官方推荐sudo yum-config-manager \--add-repo \https://download.docker.com/linux/centos/docker-ce.repo# 实际推荐sudo yum yum-config-manager --add-repo http://mirrors.aliyun.com/cloer-re/linux/centos/docker-re.repo
yum makecache fast
# 官网sudo yum -y install docker-ce docker-ce-cli containerd.io# 尚硅谷yum -y install docker-ce
sudo systemctl start docker
docker versiondocer run hello-world
sudo mkdir -p /etc/dockersudo tee /etc/docker/daemon.JSON# daemon.json中的内容{"reGIStry-mirrors": ["https://eu2u8bif.mirror.aliyuncs.com"]}# 重新加载daemon.jsonsudo systemctl daemon-reload# 重启dockersudo systemctl restart docker
# 停止dockersystemctl stop docker# 移除dockersudo yum -y remove docker-ce# 移除所有容器/镜像/数据卷sudo rm -rf /var/lib/docker
关于“centos7中怎么安装及配置Docker”的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识,可以关注编程网精选频道,小编每天都会为大家更新不同的知识点。
--结束END--
本文标题: centos7中怎么安装及配置Docker
本文链接: https://lsjlt.com/news/314676.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0