You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2016/11/14 17:07:38 UTC

[35/53] [abbrv] incubator-trafficcontrol git commit: adds usage comments to build/docker-compose.yml

adds usage comments to build/docker-compose.yml


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/aa622d06
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/aa622d06
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/aa622d06

Branch: refs/heads/psql-rebase
Commit: aa622d0612a199a05ed941512bd46b30a1ee9316
Parents: 7378551
Author: Dan Kirkwood <da...@gmail.com>
Authored: Tue Oct 4 13:53:26 2016 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Fri Nov 11 14:08:25 2016 -0700

----------------------------------------------------------------------
 infrastructure/docker/build/docker-compose.yml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/aa622d06/infrastructure/docker/build/docker-compose.yml
----------------------------------------------------------------------
diff --git a/infrastructure/docker/build/docker-compose.yml b/infrastructure/docker/build/docker-compose.yml
index ef93f6c..c5ccf73 100644
--- a/infrastructure/docker/build/docker-compose.yml
+++ b/infrastructure/docker/build/docker-compose.yml
@@ -39,7 +39,26 @@ services:
 =======
 ---
 
+# IMPORTANT: Prior to starting another build, the containers and build_repo
+#   volume must be deleted:
+#    docker-compose down -v
+#
+#
 # Build configuration for traffic_control
+# Usage:
+#    GITREPO=...  BRANCH=...  docker-compose up [<service>...]
+#
+# where GITREPO is https path to traffic_control clone
+#   (default: https://github.com/Comcast/traffic_control)
+# and <branch> is name of branch to test
+#   (default: master).
+#
+# [<service>...] (optional) is one or more of the services listed below, e.g.
+# traffic_ops_build.  (not necessary to list clone -- all others depend on
+# it..).  Default is to build all.
+#
+# All rpms are delivered to ./artifacts.
+#
 version: '2'
 
 volumes: