ubuntu安装docker 记录

发布时间 2023-06-11 10:42:26作者: 快传万家

2023.6.11 上午

sudo apt install docker-io  //安装

systemctl status docker  //查看运行状态

sudo docker run hello-world  //测试