testcontainers/testcontainers-java

docker-compose files from two different locations

Open

#1,863 创建于 2019年9月11日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Java (7,535 star) (1,588 fork)batch import
help wantedresolution/acknowledged

描述

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.

贡献者指南