当前位置:   article > 正文

【kali】kali安装docker环境_kali ca

kali ca

1.安装https协议、CA证书、dirmngr

apt-get update
 
apt-get install -y apt-transport-https ca-certificates
 
apt-get install dirmngr
  • 1
  • 2
  • 3
  • 4
  • 5

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 /etc/apt/sources.list.d/docker.list
  • 1
  • 2
  • 3
  • 4

3.系统更新以及安装docker
apt-get update&&apt install docker-ce

4.启动docker服务器
service docker start

5.安装compose
apt install docker-compose

6.docker安装测试(hello-world)
docker run hello-world

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/1013572
推荐阅读
相关标签
  

闽ICP备14008679号