当前位置:   article > 正文

kali安装docker环境教程_kali docker

kali docker

第一步:

安装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 /etc/apt/sources.list.d/docker.list

第三步:

系统更新以及安装docker

apt install update

apt install docker-ce

第四步:

启动docker服务器

service docker start

第五步:

安装compose

apt install docker-compose

第六步:

docker安装测试(hello-world)

另外:

  1. docker version 查看docker的版本信息
  2. docker images 查看拥有的images
  3. docker ps 查看docker container

如果没有什么问题的话,则说明docker安装成功!

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

闽ICP备14008679号