deepin如何安装Docker?
Tofloor
poster avatar
busyspider
deepin
2019-07-17 09:57
Author
deepin如何安装Docker?
Reply Favorite View the author
All Replies
avatar
devming
deepin
2019-07-17 15:55
#1
切换到root,执行 curl https://get.docker.com | bash   就可以通过一键脚本安装docker-ce。目前桌面版docker没有linux平台。
Reply View the author
avatar
Feng Yu
deepin
2019-07-17 17:48
#2
deepin软件仓库有docker,直接sudo apt install docker-ce就行了
Reply View the author
avatar
六七
deepin
2019-07-17 20:41
#3
直接sudo apt install docker*   把所有需要的包    一把梭
Reply View the author
avatar
lookfor
deepin
2019-07-27 22:20
#4
devming 发表于 2019-7-17 07:55
切换到root,执行 curl https://get.docker.com | bash   就可以通过一键脚本安装docker-ce。目前桌面版doc ...

这样安装的怎么卸载?
Reply View the author
avatar
fhy
deepin
2019-07-28 04:35
#5
sudo apt-get install docker-ce docker-ce-cli containerd.io
Reply View the author
avatar
Ochir
deepin
2019-07-28 12:31
#6
仓库里 直接apt install
Reply View the author