您好,登錄后才能下訂單哦!
1.卸載現有docker:apt-get remove docker docker-engine docker.io
2.安裝:apt-get install \
apt-transport-https \
ca-certificates \
curl \
software-properties-common
3.curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
4.apt-key fingerprint 0EBFCD88
5.add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
6.apt-get update
7.apt-get install docker-ce
備注:
自定義網絡
docker network create --subnet 10.136.22.0/24 cnpro
查看創建的網橋
docker network ls
常見docker使用:
docker run -d --name test \
--privileged --restart=always \
--net uspro --ip 172.31.3.11 \
-v /opt/app/test:/usr/local/tomcat/webapps/ROOT \
-v /opt/app/logs/test:/usr/local/tomcat/logs \
-v /storage:/storage \
-p 8081:8080 \
tomcat:8.0
參考官網:https://docs.docker.com/install/linux/docker-ce/ubuntu/#docker-ee-customers
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。