如何安装docker
作者:互联网
1.apt-get install docker docker-compose
Verify that docker is installed successfully
Set docker to automatically start upon startup
2.systemctl enable docker
List existing docker images
3. Docker images
4.Run hello-world images
Open docker service
5.Service docker start
标签:Service,start,Verify,successfully,如何,images,docker,安装 来源: https://www.cnblogs.com/NePock/p/16406439.html