自学内容网 自学内容网

2024 kali操作系统安装Docker步骤

1、更新系统

在开始之前,确保你的Kali系统是最新的。打开终端并运行以下命令:

apt update

2、安装

apt install docker.io

3、查看启动状态

systemctl status docker

4、安装完 Docker 后,启动

systemctl start docker 

5、启动并使其在系统启动时自动运行:

systemctl enable docker


原文地址:https://blog.csdn.net/m0_47484034/article/details/143745109

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!