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