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

### Expected behavior Create requested EC2 instances like 17.09 template did ### Actual behavior Permanent ROLLBACKs, no upgrade to newer docker version possible ### Information 21:40:43 UTC+0200 | ROLLBACK_IN_PROGRESS |...

### Expected behavior ``` docker stack deploy --compose-file files/docker-compose-traefik.yml --with-registry-auth traefik Updating service traefik_network_private (id: XXX) docker service ps traefik_network_private ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS...

### Expected behavior * Should be able to write data to a Cloudstor volume mounted inside a container ### Actual behavior * Any attempt to write data (perhaps only binary...

### Expected behavior My volume to be mounted inside the container when defining it either on the CLI or through a compose-file. ### Actual behavior A diversity of errors when...

###Expected behavior Possibility to use Docker 19.03.x-CE. ###Actual behavior Currently not possible, only 18.09.2-ce can be used ###Information Any timeplan when it will be possible to start using Docker 19.03.1-CE...

### Summary On current generation EC2 instances, [EBS volumes are exposed as NVMe block devices](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nvme-ebs-volumes.html). Devices are named `/dev/nvme0n1`, `/dev/nvme1n1`, …. The [Cloudstor volume plugin](https://docs.docker.com/docker-for-aws/persistent-data-volumes/) doesn't appear to work correct...

I am currently trying to deploy Graylog with a cloudStor volume attached to graylog_journal. The graylog service refuse to start due to permission error. Graylog currently runs with user Id...

### Expected behavior After a restart from the EC2 management console, it should be possible to log in again. ```# Welcome to Docker !``` ### Actual behavior After a restart...

### Expected behavior Containers on a new node on a cluster will be able to communicate with other containers on already existed cluster. ### Actual behavior Although the node is...

### Expected behavior When DEBUG=1 is set for the plugin, the debug logs should log the AWS request bodies so that it's possible to see what requests are being made...