Files
docker-cli/e2e/compose-env.experimental.yaml
Vincent Demeester a522a78231 Make test-e2e run against experimental and non-experimental daemon
- `make test-e2e` runs the e2e tests twice : once against on
  non-experimental daemon (as before), once against an experimental
  daemon.
- adds `test-e2e-experimental` and `test-e2e-non-experimental` target
  to run tests for the specified cases

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-06-25 11:46:35 +02:00

7 lines
108 B
YAML

version: '2.1'
services:
engine:
command: ["--insecure-registry=registry:5000", "--experimental"]