Add dockerfile chapter

This commit is contained in:
Baohua Yang
2014-10-10 17:30:53 +08:00
parent 4e70438202
commit d732713b06
7 changed files with 231 additions and 22 deletions

View File

@@ -1,6 +1,7 @@
# 资源链接
* Docker主站点: https://www.docker.io
* Docker注册中心: https://index.docker.io
* Docker注册中心API: http://docs.docker.com/reference/api/registry_api/
* Docker Hub API: http://docs.docker.com/reference/api/docker-io_api/
* Docker远端应用API: http://docs.docker.com/reference/api/docker_remote_api/
* Dockerfile参考https://docs.docker.com/reference/builder/
* Dockerfile最佳实践https://docs.docker.com/articles/dockerfile_best-practices/