2023.6.11 上午
sudo apt install docker-io //安装 systemctl status docker //查看运行状态 sudo docker run hello-world //测试
为学习操作系统做准备,在docker中运行
docker安装以下
nasm gcc binnutils qemu-system-i386 mtools //《30天自制操作系统》 //代码改版 https://gitee.com/ghosind/HariboteOS
标签:操作系统,记录,sudo,ubuntu,docker,安装 From: https://www.cnblogs.com/imayi/p/17472611.html