docker search
    docker search ubuntu
    docker search nginx

    image.png
    获取Dockerhub中的镜像
    docker pull

    查看我们本地镜像
    docker images
    docker image ls
    docker images ubuntu
    image.png