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

@@ -9,7 +9,7 @@
可见一个项目可以由多个服务容器关联而成Compose 面向项目进行管理。
### 场景
下面,我们创建一个经典的 Web 项目:一个 [Haproxy](www.haproxy.org),挂载三个 Web 容器。
下面,我们创建一个经典的 Web 项目:一个 [Haproxy](http://www.haproxy.org/),挂载三个 Web 容器。
创建一个 `compose-haproxy-web` 目录,作为项目工作目录,并在其中分别创建两个子目录:`haproxy``web`