Apr 2

在debain10中安装docker 不指定

bkkkd , 23:27 , 有感而发 , 评论(0) , 引用(0) , 阅读(1204) , Via 本站原创 | |
centos已经被放弃了,所以尝试使用debain 为作服务器的母机系统.
目前的架构都是使用docker来运行具体的服务.所以安装docker成了第一步.
[code]
apt update
apt install apt-transport-https ca-certificates curl software-properties-common gnupg2
curl -fsSL https://download.docker.com/linux/debian/gpg |  sudo apt-key add -
echo " deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable "> /etc/apt/sources.list.d/docker.list
apt update
apt install docker-ce
systemctl status docker.service
docker ps
docker container run hello-world
[code]
发表评论
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我
昵称   密码   游客无需密码
网址   电邮   [注册]