testcontainers/testcontainers-java

docker-compose files from two different locations

Open

#1,863 建立於 2019年9月11日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Java (1,588 fork)batch import
help wantedresolution/acknowledged

倉庫指標

Star
 (7,535 star)
PR 合併指標
 (平均合併 2天 17小時) (30 天內合併 2 個 PR)

描述

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.

貢獻者指南