- `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>
7 lines
108 B
YAML
7 lines
108 B
YAML
version: '2.1'
|
|
|
|
services:
|
|
engine:
|
|
command: ["--insecure-registry=registry:5000", "--experimental"]
|
|
|