testcontainers/testcontainers-java
在 GitHub 查看Support container_name in docker-compose file
Open
#2,472 创建于 2020年3月24日
area/docker-composegood first issuehelp wantedresolution/somedaymaybe
仓库指标
- Star
- (7,535 star)
- PR 合并指标
- (平均合并 2天 17小时) (30 天内合并 2 个 PR)
描述
docker-compose files which contain container_name are not supported and the creation of DockerComposeContainer fails due to IllegalStateException. 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.