testcontainers/testcontainers-java

docker-compose files from two different locations

Open

#1,863 opened on 2019年9月11日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)Java (1,588 forks)batch import
help wantedresolution/acknowledged

Repository metrics

Stars
 (7,535 stars)
PR merge metrics
 (平均マージ 2d 17h) (30d で 2 merged PRs)

説明

Why is it not possible to supply two docker-compose.yml-files from different directories to the DockerComposeContainer-Constructor?

e.g. like:

new DockerComposeContainer(new File("first/directory/docker-compose.yml"), new File("first/docker-compose.override.yml"))

There is always occuring the a FileNotFoundError in the containerized docker environment.

コントリビューターガイド