Base Image:基于系统的基础镜像
vi Dockerfile
FROM ubuntu CMD echo "hello docker"
docker build -t guhaohao/hello-world .
docker image ls
docker run guhaohao/hello-word
docker pull redis
Docker制作Base Image
原文:https://www.cnblogs.com/ghh520/p/13192540.html