The Beanstalk Documentation says:
Create a docker-compose.yml file to deploy a Docker image from a hosted repository to Elastic Beanstalk. No other files are required if all your deployments are sourced from images in public repositories.
But if execute eb local run in the directory includes only docker-compose.yml, it fails with a message:
ERROR: NotFoundError - The EB CLI cannot find Dockerfile or the Dockerrun.aws.js
Doesn't eb local run support docker-compose? Any plan to do?
The Beanstalk Documentation says:
But if execute
eb local runin the directory includes only docker-compose.yml, it fails with a message:Doesn't
eb local runsupport docker-compose? Any plan to do?