溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

CentOS-6.7如何安裝Docker

發(fā)布時間:2021-11-15 10:05:00 來源:億速云 閱讀:186 作者:小新 欄目:云計算

這篇文章主要為大家展示了“CentOS-6.7如何安裝Docker”,內容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領大家一起研究并學習一下“CentOS-6.7如何安裝Docker”這篇文章吧。

1.確定CentOS版本

    雖然確定是CentOS,不過,還是檢查一下CentOS版本號,如下圖:   

[root@localhost ~]# rpm -q centos-release
centos-release-6-7.el6.centos.12.3.x86_64

2.安裝EPEL

     使用yum進行安裝: 

yum install -y http://mirrors.yun-idc.com/epel/6/i386/epel-release-6-8.noarch.rpm

        CentOS-6.7如何安裝Docker

3.安裝Docker

 使用yum進行安裝:

yum install docker-io

        CentOS-6.7如何安裝Docker    

4.啟動Docker

service docker start

        CentOS-6.7如何安裝Docker

5.設置開機啟動Docker

    設置開機啟動:

chkconfig docker on

6.HelloWord測試安裝是否成功         

[root@localhost ~]# docker run ubuntu echo hello world
Unable to find image 'ubuntu:latest' locally
latest: Pulling from ubuntu

48731f0a6276: Pull complete 
9302827ed0a5: Pull complete 
f03f3645bde1: Pull complete 
cdd474520b8c: Pull complete 
ubuntu:latest: The image you are pulling has been verified. Important: image verification is a tech preview feature and should not be relied on to provide security.

Digest: sha256:40cd91cbcaac863fa2fc0b8a8eaa440565ef5ce498d60177988f6f55ec691d9d
Status: Downloaded newer image for ubuntu:latest
hello world

以上是“CentOS-6.7如何安裝Docker”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業(yè)資訊頻道!

向AI問一下細節(jié)

免責聲明:本站發(fā)布的內容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經查實,將立刻刪除涉嫌侵權內容。

AI