- 下载
Ubuntu | Docker Docs
- 预备工作
Ubuntu增加docker apt库-CSDN博客
- 安装
sudo apt-get updatesudo apt install gnome-terminal# sudo apt install -y docker-composesudo apt-get install ./docker-desktop-amd64.deb
- 测试
sudo docker run hello-worldHello from Docker!
This message shows that your installation appears to be working correctly.