Kali2021.1 安装 docker + 更换 docker 源 + Portainer可视化界面
自己转自己: 荒山有木名梧桐的站点
一、安装 docker
1.更新、安装 https 协议、CA 证书、dirmngr(网络证书管理服务)
apt-get update
apt-get install -y apt-transport-https ca-certificates
apt-get install dirmngr
2.添加 GPG 密钥及更新源
curl -fsSL https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian/gpg | sudo apt-key add -
echo 'deb https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian/ buster stable' | sudo tee /