1.下载本地镜像
进入下载下来的镜像的文件夹
docker loat -i 镜像名
2.查看以有的镜像
docker images
3.启动镜像
比如启动 redis
docker run -it -p 80:80 975fe
1.