Ubuntu安装docker
1.安装示例
## 1.1使用apt安装
apt install docker.io
遇到错误解决方案
如果遇到错误
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
## 1.1使用apt安装
apt install docker.io
如果遇到错误
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?