testcontainers/testcontainers-java
Voir sur GitHubSupport container_name in docker-compose file
Open
#2 472 ouverte le 24 mars 2020
area/docker-composegood first issuehelp wantedresolution/somedaymaybe
Métriques du dépôt
- Stars
- (7 535 stars)
- Métriques de merge PR
- (Merge moyen 2j 17h) (2 PRs mergées en 30 j)
Description
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.