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
在开始之前,确保你的Kali系统是最新的。打开终端并运行以下命令:
apt update
apt install docker.io
systemctl status docker
4、安装完 Docker 后,启动
systemctl start docker
systemctl enable docker