您好,登錄后才能下訂單哦!
1、Docker版本
社區版(Community?Edition,?CE) 企業版(Enterprise?Edition,?EE)
2、支持平臺
Linux(CentOS,Debian,Fedora,Oracle?Linux,RHEL,SUSE和Ubuntu) Mac Windows
3、CentOS7.x安裝Docker
#?系統配置 sed?-i?'s/SELINUX=enforcing/SELINUX=disabled/g'?/etc/selinux/config;setenforce?0 systemctl?stop?firewalld;systemctl?disable?firewalld #?安裝依賴包 yum?install?-y?yum-utils?device-mapper-persistent-data?lvm2 #?添加Docker軟件包源? 官方源? yum-config-manager?\ ????--add-repo?\ ????https://download.docker.com/linux/centos/docker-ce.repo 國內源???? yum-config-manager?\ ????--add-repo?\ ????https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo ???? #?安裝Docker?CE? yum?install?-y?docker-ce #?啟動Docker服務并設置開機啟動? systemctl?start?docker? systemctl?enable?docker 官方文檔:https://docs.docker.com
4、配置加速器
https://hub.docker.com??官方鏡像源 https://www.daocloud.io/mirror??國內鏡像源 Linux示例: curl?-sSL?https://get.daocloud.io/daotools/set_mirror.sh?|?sh?-s?http://f1361db2.m.daocloud.io 該腳本可以將?--registry-mirror?加入到你的?Docker?配置文件?/etc/docker/daemon.json?中。 適用于?Ubuntu14.04、Debian、CentOS6?、CentOS7、Fedora、Arch?Linux、openSUSE?Leap?42.1,其他版本可能有細微不同。更多詳情請訪問文檔。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。