美文网首页
Kali 安装 docker-ce

Kali 安装 docker-ce

作者: 夙小叶 | 来源:发表于2020-07-09 10:47 被阅读0次
截屏2020-07-09 10.12.13.png
curl -fsSL [https://download.docker.com/linux/debian](https://download.docker.com/linux/$(.)/gpg | sudo apt-key add -
echo 'deb [arch=amd64] [https://download.docker.com/linux/debian](https://download.docker.com/linux/debian) buster stable' | sudo tee /etc/apt/sources.list.d/docker.list
sudo apt-get update
apt search docker-ce
sudo apt-get install docker-ce

Ref:

相关文章

网友评论

      本文标题:Kali 安装 docker-ce

      本文链接:https://www.haomeiwen.com/subject/wfsjcktx.html