1. 查找目标镜像
docker search nginx
2.下载镜像
docker pull nginx
3.获取可用的镜像列表
docker images
docker使用
原文:https://www.cnblogs.com/fanhuo/p/9943481.html