7
の親ディレクトリ&dockerfileを使用してI、以下の構造を有する:docker-compose build
を行うとドッキングウィンドウ・コンビルドエラービルド
services:
test:
build:
context: ../
dockerfile: ../docker/cli/Dockerfile
...
:私は、次のサービスが定義されている私のtests/docker-compose.yml
で
.
..
docker/cli/Dockerfile
tests/docker-compose.yml
docker-compose.yml
を私は得る:
Building test
ERROR: Forbidden path outside the build context: ../docker/cli()
私はこれが誰かの役に立てば幸い...、ありがとう! – Hitobat