for-aws icon indicating copy to clipboard operation
for-aws copied to clipboard

Results 99 for-aws issues
Sort by recently updated
recently updated
newest added

Hi team, is there any way to modify docker daemon flags? /etc/docker/daemon.json file is not presented and i can't even find in the filesystem where i can put some custom...

Hey, just for curiosity's sake, looking closely at the CloudFormation template I couldn't figure out how does `scale out` works. For instance, for `scale in` there's a lifecycle hook: ```json...

init-aws command failing in the following cases: 1. Can't connect to manager and goes ahead to try to join swarm NODE: Can't connect to primary manager, sleep and try again...

_moved from https://github.com/docker/docker/issues/31612_ **Description** Tried upgrading a `Docker for AWS 1.13.0` to `CloudFormation stack to 17.03.0 CE Stable` by using https://editions-us-east-1.s3.amazonaws.com/aws/stable/Docker.tmpl and got the error message: ``` CIDR Block must...

### Expected behavior I'd like to provide a list of target groups ARNs as a parameter for node and manager ASGs. ### Actual behavior No parameter for target group arn...

Hi there, here's my desired configuration ``` Internet-facing ELB (public subnets) (swarm managed) → docker swarm cluster (private subnets) Internal ELB (private subnets) (swarm managed) → same docker swarm cluster...

Cloudformation script that is supposed to recognize a users VPC and subnets is not designed correctly to pick up IP ranges within these VPC and subnets. see https://docs.docker.com/docker-for-aws/ and under...

### Expected behavior It would be useful to have a generic way to pass engine parameters in. ### Actual behavior ### Information For example, I needed to pass dns nameservers...

### Expected behavior It would be useful to support internal ELBs (https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-create-internal-load-balancer.html) to have ELBs that are not publicly available. Having an ELBScheme parameter allowing us to set it to...

kind/enhancement