File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99可见,一个项目可以由多个服务(容器)关联而成,Compose 面向项目进行管理。
1010
1111### 场景
12- 下面,我们创建一个经典的 Web 项目:一个 [ Haproxy] ( www.haproxy.org ) ,挂载三个 Web 容器。
12+ 下面,我们创建一个经典的 Web 项目:一个 [ Haproxy] ( http:// www.haproxy.org/ ) ,挂载三个 Web 容器。
1313
1414创建一个 ` compose-haproxy-web ` 目录,作为项目工作目录,并在其中分别创建两个子目录:` haproxy ` 和 ` web ` 。
1515
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Pulling repository centos
4343自动创建(Automated Builds)功能对于需要经常升级镜像内程序来说,十分方便。
4444有时候,用户创建了镜像,安装了某个软件,如果软件发布新版本则需要手动更新镜像。。
4545
46- 而自动创建允许用户通过 Docker Hub 指定跟踪一个目标网站(目前支持 [ GitHub] ( github.org ) 或 [ BitBucket] ( bitbucket.org ) )上的项目,一旦项目发生新的提交,则自动执行创建。
46+ 而自动创建允许用户通过 Docker Hub 指定跟踪一个目标网站(目前支持 [ GitHub] ( https:// github.org) 或 [ BitBucket] ( https:// bitbucket.org) )上的项目,一旦项目发生新的提交,则自动执行创建。
4747
4848要配置自动创建,包括如下的步骤:
4949* 创建并登录 Docker Hub,以及目标网站;
You can’t perform that action at this time.
0 commit comments