mess docker search centos -f stars=100 docker ps docker images docker -it centos /bin/bash -i 交互 -t 终端 centos 镜像 /bin/bash 交互的shell docker ps -a 查看停止运行的虚拟机 docker search centos:7 -f is-official=true 使用官方标签