aws / amazon-ecs-cli

The Amazon ECS CLI enables users to run their applications on ECS/Fargate using the Docker Compose file format, quickly provision resources, push/pull images in ECR, and monitor running applications on ECS/Fargate.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI.html
Other
1.78k stars 303 forks source link

specified var/run/docker.sock directly to mount it #1143

Open hkawa608 opened 2 years ago

hkawa608 commented 2 years ago

Specified the var/run/docker.sock file clearly instead of the var/run folder for the host mount configurations.

Fixed https://github.com/aws/amazon-ecs-cli/issues/1144


Enter [N/A] in the box, if an item is not applicable to your change.

Testing

Documentation

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.