WSL安装docker

add-apt-repository “deb [arch=amd64] https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu/ \
$(lsb_release -cs) \
stable”
sudo apt-cache madison docker-ce
apt-get update
sudo apt-cache madison docker-ce
sudo apt-get install docker-ce docker-ce-cli containerd.io

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注