testcontainers/testcontainers-java

docker-compose files from two different locations

オープン

#1,863 opened on 2019/09/11

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Java (1,588 件のフォーク)batch import
help wantedresolution/acknowledged

Repository metrics

Stars
 (7,535 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

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