docker images
docker search centos
docker search --filter "is-official=true" centos
docker search --filter stars=10 centos
docker pull centos:7
docker tag centos:7 mycentos:1
docker rmi centos:7
原文:https://www.cnblogs.com/xl4ng/p/12864283.html