aws / aws/aws-elastic-beanstalk-cli
`eb local run` supports docker-compose.yml?
- Dominant language
- Python
- Stars
- 181
- Forks
- 88
- PR merge metrics
- No merged PRs in 30d
Description
The [Beanstalk Documentation](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/single-container-docker-configuration.html) 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?
Contributor guide
Research direction
Start by reproducing `eb local run` in a directory containing only `docker-compose.yml` and inspect how the command discovers local deployment files. Determine the expected behavior for Compose-only projects, then verify that the command no longer rejects this layout and that existing Dockerfile and Dockerrun.aws.json cases still work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, docker-compose, python
- Domain
- cli, cloud, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100