标签:sdn type term code doc ima ext 官方 容器
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
标签:sdn type term code doc ima ext 官方 容器
原文地址:https://www.cnblogs.com/ghh520/p/13192540.html