Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Installation steps of docker under centos6.5

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "the installation steps of docker under centos6.5". 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 centos6.5".

Environment vm centos vm6.5

Update the yum source to aliyun first

Curl https://git.oschina.net/feedao/Docker_shell/raw/start/ali-centos.sh | sh

Yum install docker-io

Kernel 3.8 or below

Need to update

Yum upgrade device-mapper-libs

Add the startup project docker private server address after installation

Vim / etc/init.d/docker

Add the docker startup item parameter to the startup item line in the start () function

-- insecure-registry your private cloud ip:5000 modify the private cloud. If not, modify it.

Start:

Service docker start

Ps-ef | grep docker

The following process indicates that the startup is successful

/ usr/bin/docker-d-insecure-registry your private cloud ip:5000

At this point, I believe you have a deeper understanding of the "installation steps of docker under centos6.5". 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.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report