for-aws
for-aws copied to clipboard
@cirocosta commented on [Mon Apr 03 2017](https://github.com/docker/docker.github.io/issues/2604) ### Problem description Docker doesn't explicitly states governance/roadmap/what-to-expect for `docker4x`-based images. It seemed a bit bad that the community didn't have the access...
I am running Docker for AWS 1.13 for a few months now, and after some initial problems it has now worked perfectly for quite some time. That is, until… ;-)...
### Expected behavior Only tasks for a specific service be listed. ### Actual behavior Tasks for all services starting with the specified service name get listed. ### Steps to reproduce...
How could I execute a script or container at instance shutdown? I'm using this image: ```bash Moby Linux 17.06.0-ce-aws2 stable (ami-a25c51b4) ```
### Expected behavior When I was using an older version of Docker For AWS(17.03) the external load balancer would have ports open for 2376, 2375, etc ### Actual behavior When...
### Expected behavior * cloudstor gets installed on my existing nodes ### Actual behavior * cloudformation says no updates to be performed ### Steps to reproduce the behavior 1. I...
Is there a way to get cloudwatch alarms based on the Swarm state? Some alarms that would be useful: * Swarm worker terminated * Swarm manager terminated * Swarm managers...
### Expected behavior Be able to use instance store in instances that have SSDs. ### Actual behavior Only EBS (even though with configurable type - standard / gp2) is used....
It'd be nice to have the experimental metrics endpoints enabled in the Edge release of Docker for AWS, as documented at https://docs.docker.com/engine/admin/prometheus/. This _could_ be an optional thing with the...
Hi Docker experts, I need to modify user data in Cloud Formation template. i want to install a couple of binaries for every ec2 started in autoscaling group. i'm modifying...