Update versions

This commit is contained in:
Jerome Petazzoni
2016-04-20 08:07:50 -07:00
parent 4fc9d64737
commit 3ec61d706e
5 changed files with 8 additions and 9 deletions

View File

@@ -102,8 +102,7 @@ aws_kill_instances_by_tag() {
echo "Deleting instances with tag $TAG"
echo "$IDS" \
| xargs aws ec2 terminate-instances --instance-ids \
aws ec2 terminate-instances --instance-ids $IDS \
| grep ^TERMINATINGINSTANCES
}

View File

@@ -424,7 +424,7 @@ run_cli() {
echo "$IPS" > tags/$TAG/ips.txt
link_tag $TAG
echo "To deploy or kill these instances, run one of the following:"
echo "trainer deploy $TAG"
echo "trainer deploy $TAG <settings/somefile.yml>"
echo "trainer list $TAG"
;;
status)

View File

@@ -30,6 +30,6 @@ footer: >
url: http://container.training/
engine_version: get.docker.com
compose_version: 1.6.2
compose_version: 1.7.0
machine_version: 0.6.0
swarm_version: 1.2.0-rc1
swarm_version: 1.2.0

View File

@@ -30,6 +30,6 @@ footer: >
url: http://container.training/
engine_version: get.docker.com
compose_version: 1.6.2
compose_version: 1.7.0
machine_version: 0.6.0
swarm_version: 1.2.0-rc1
swarm_version: 1.2.0

View File

@@ -30,6 +30,6 @@ footer: >
url: http://container.training/
engine_version: test.docker.com
compose_version: 1.7.0-rc1
compose_version: 1.7.0-rc2
machine_version: 0.7.0-rc1
swarm_version: 1.2.0-rc1
swarm_version: 1.2.0-rc2