Linux Docker部署

Linux Docker部署

1.检查Docker版本

docker --version

2.安装Docker

sudo apt install docker.io