其他分享
首页 > 其他分享> > docker + 毕设实验

docker + 毕设实验

作者:互联网

目录

docker

安装
sudo apt-get update
sudo apt-get install
apt-transport-https
ca-certificates
curl
gnupg-agent
software-properties-common

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository
"deb [arch=amd64] https://download.docker.com/linux/ubuntu
$(lsb_release -cs)
stable"

sudo apt-get update

sudo apt-get install docker-ce docker-ce-cli containerd.io

sudo docker

毕设实验

标签:毕设,get,sudo,apt,实验,https,docker
来源: https://www.cnblogs.com/XDU-mzb/p/16186407.html