testcontainers/testcontainers-java

Support container_name in docker-compose file

Aberta

#2.472 aberto em 24 de mar. de 2020

 (15 comentários) (16 reações) (0 responsável)Java (1.588 forks)batch import
area/docker-composegood first issuehelp wantedresolution/somedaymaybe

Métricas do repositório

Stars
 (7.535 estrelas)
Métricas de merge de PR
 (Mesclagem média 2d 17h) (2 fundiu PRs em 30d)

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.

Guia do colaborador