Update compose/usage.md, repository/dockerhub.md, fix three hyperlink

This commit is contained in:
catroll
2016-05-25 09:32:05 +08:00
parent 3e04648a41
commit 51c1f16947
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ Pulling repository centos
自动创建Automated Builds功能对于需要经常升级镜像内程序来说十分方便。
有时候,用户创建了镜像,安装了某个软件,如果软件发布新版本则需要手动更新镜像。。
而自动创建允许用户通过 Docker Hub 指定跟踪一个目标网站(目前支持 [GitHub](github.org) 或 [BitBucket](bitbucket.org))上的项目,一旦项目发生新的提交,则自动执行创建。
而自动创建允许用户通过 Docker Hub 指定跟踪一个目标网站(目前支持 [GitHub](https://github.org) 或 [BitBucket](https://bitbucket.org))上的项目,一旦项目发生新的提交,则自动执行创建。
要配置自动创建,包括如下的步骤:
* 创建并登录 Docker Hub以及目标网站