rpm -qa | grep docker
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
sudo systemctl start docker
docker version
docker ps
docker images
docker run hello-world
systemctl list-unit-files | grep docker
sudo systemctl enable docker
整理中
参考:https://www.cnblogs.com/l-y-h/p/12622730.html
https://www.fghrsh.net/post/173.html
注意:本文归作者所有,未经作者允许,不得转载