In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly explains "the installation steps of docker under centos7". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Now let the editor take you to learn "the installation steps of docker under centos7".
1. Install gcc related
Yum-y install gcc
Yum-y install gcc-c++
2. Uninstall the old version
Yum-y remove docker docker-common docker-selinux docker-engine
3. Install related software packages
Yum install-y yum-utils device-mapper-persistent-data lvm2
4. Set up stable image repository
Yum-config-manager-- add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
5. Update the yum package index
Yum makecache fast
6. Install docker ce
Yum-y install docker-ce
7, start docker
Systemctl start docker
8, test
Docker version
9. Configure image acceleration
① mkdir-p / etc/docker
② vim / etc/docker/daemon.json
# Aliyun
{
"registry-mirrors": ["https:// {own Ali code} .mirror.aliyuncs.com"]
}
③ systemctl daemon-reload
④ systemctl restart docker
10, uninstall docker
Systemctl stop docker
Yum-y remove docker-ce
Rm-rf / var/lib/docker
At this point, I believe you have a deeper understanding of the "installation steps of docker under centos7". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.