Centos7 4快速安裝docker ce

2021-09-24 15:00:21 字數 1346 閱讀 8736

docker的使用已經非常普遍。使用docker技術+ci cd可以幫助企業快速水平擴充套件服務,從而到達彈性部署業務的能力。 docker 是 paas 提供商 dotcloud 開源的乙個基於 lxc 的高階容器引擎。下面咱就直接開始安裝在centos 安裝直接安裝docker服務。

第一步 移除伺服器上不用的docker版本

sudo yum remove docker docker-client docker-client-latest docker-common \

docker-latest docker-latest-logrotate docker-logrotate docker-engine

第二步 直接安裝一些必要儲存依賴庫

安裝 相應的要求的包

引用相關的源

sudo yum-config-manager --add-repo

第三步安裝docker ce兩種方式:

第一種 預設安裝

yum -y install docker-ce
第二種 指定版本安裝,安裝最新版本的docker ce和containerd

sudo yum install docker-ce docker-ce-cli containerd.io
檢視docker ce,請在repo中列出可用版

指定版本

sudo yum install docker-ce-docker-ce-cli-containerd.io
第四步 docker安裝加速器通常我這邊採用 daocloud的他們家的 位址

curl -ssl  | sh -s
執行完畢重啟服務

檢視版本

docker --version

CentOS 7 4 編譯安裝Tengine

tengine官網上有個非常簡單的教程,中間並未涉及到一些常用的設定,所以僅供參考。一下午為本人的安裝步驟及過程。配置firewalld,iptables,關閉selinux 1 安裝必要的編譯環境好 由於tengine安裝需要使用源 自行編譯,所以在安裝前需要安裝必要的編譯工具 yum y upd...

Ansible 安裝步驟 (Centos7 4

epel安裝2 安裝epel repo源 epel rhel 7 wget o etc yum.repos.d epel.repo epel rhel 6 wget o etc yum.repos.d epel.repo epel rhel 5 wget o etc yum.repos.d epel...

centos7 4安裝swoole擴充套件

yum updateyum install php72w devel yum install php72w pearpecl install swoole3.1補充 關於 swoole 安裝配置選項 特別注意 如果有些擴充套件沒安裝,yes之後後面會報錯 是否啟用 debug 跟蹤除錯 啟用後,會在...