Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport container_name in docker-compose file #2472
Comments
|
Hi @krichter722, Would you like to work on implementing it? Also, do you see it as a blocker for you, or just a nice to have feature? |
|
Hi @bsideup, I would like to work on this. |
|
Has this been finished? I would be interested in working on this if it isn't. |
|
@reggiemcdonald it is still up for grabs |


docker-composefiles which containcontainer_nameare not supported and the creation ofDockerComposeContainerfails due toIllegalStateException. This has been introduced in #1151 as a quick fix for unintuitive feedback. If I understand correctly, the option of an implementation was however not discarded, but postponed. This issue is now about the implementation.