compose/ecs
Nicolas De loof bbcf445f1f
Merge pull request #919 from docker/compose-in-go
2020-11-17 16:23:42 +01:00
..
local pass json encoded compose file to docker-compose to prevent yaml format mismatch 2020-11-17 11:02:31 +01:00
resolv Fix Dockerfile syntax in ecs sidecars introduced by https://github.com/docker/compose-cli/pull/799 2020-10-26 16:42:51 +01:00
secrets Fix Dockerfile syntax in ecs sidecars introduced by https://github.com/docker/compose-cli/pull/799 2020-10-26 16:42:51 +01:00
testdata Marshall cloudformation template as yaml 2020-11-05 11:01:32 +01:00
autoscaling.go Merge pull request #817 from docker/scalescale 2020-10-21 10:56:28 +02:00
autoscaling_test.go Configure autoscaling parameters 2020-10-20 11:05:44 +02:00
aws.go Pass region to create s3 bucket into 2020-11-10 08:40:02 +01:00
awsResources.go fixing empty vpcId 2020-10-30 10:49:04 -03:00
aws_mock.go Pass region to create s3 bucket into 2020-11-10 08:40:02 +01:00
backend.go Remove region from contexts and cleanup 2020-10-30 17:51:16 +01:00
cloudformation.go Include volume name in PolicyName to disambiguate 2020-11-10 15:47:16 +01:00
cloudformation_test.go Add support for gpu devices reservation 2020-11-16 14:24:25 +01:00
compatibility.go Add support for gpu devices reservation 2020-11-16 14:24:25 +01:00
context.go Don't mess with exiting .aws/credentials 2020-11-16 14:51:05 +01:00
context_test.go Make newcomer experience smooth 2020-11-03 10:49:28 +01:00
convert.go Add support for gpu devices reservation 2020-11-16 14:24:25 +01:00
doc.go Update copyright 2020-09-22 12:13:00 +02:00
down.go Display ecs status in CamelCase in order to have homogeneous output between backends. 2020-11-02 13:08:54 +01:00
ec2.go Merge pull request #812 from docker/barbarian 2020-10-20 16:23:50 +02:00
ec2_test.go Allow user to set ami/machine by Deploy.Placement.Constraint 2020-10-16 14:19:51 +02:00
gpu.go Compute machine type matching reservations 2020-09-23 12:18:42 +02:00
gpu_test.go Run on EC2 when a service require GPU 2020-09-23 09:31:16 +02:00
iam.go Introduce use of EFS Access Point to mount filesystems as volumes 2020-10-20 10:52:33 +02:00
list.go More unig tests with aws-sdk behind an interface + mocks 2020-10-12 16:51:05 +02:00
logs.go document public types 2020-11-17 11:57:38 +01:00
marshall.go Marshall cloudformation template as yaml 2020-11-05 11:01:32 +01:00
ps.go More unig tests with aws-sdk behind an interface + mocks 2020-10-12 16:51:05 +02:00
sdk.go Publish on s3 if payload is > API limit 2020-11-10 11:03:00 +01:00
secrets.go More unig tests with aws-sdk behind an interface + mocks 2020-10-12 16:51:05 +02:00
tags.go Distinguish limits for Fargate and EC2 2020-09-23 09:40:07 +02:00
up.go Pass region to create s3 bucket into 2020-11-10 08:40:02 +01:00
volumes.go CLI command to manage ECS volumes 2020-10-20 16:52:50 +02:00
wait.go Display ecs status in CamelCase in order to have homogeneous output between backends. 2020-11-02 13:08:54 +01:00
wait_test.go Display ecs status in CamelCase in order to have homogeneous output between backends. 2020-11-02 13:08:54 +01:00
x.go Introduce x-aws-autoscale to support CPU based autoscaling 2020-09-30 14:59:25 +02:00