摘要:
通过docker build命令可以建立镜像。 通常需要文本文件Dockerfile,例子如下: from hub.c.163.com/library/nginx 基于的镜像 run echo "hello world" >/etc/nginx/index.xml 追加到index.html 末尾 阅读全文
posted @ 2016-09-20 23:09
williamcai
阅读(2328)
评论(0)
推荐(0)