1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration/service
Vincent Demeester 18dd1d9aba
Fixes some integration/container test to run on remote daemon
```
docker build -f Dockerfile.e2e -t moby-e2e .
docker run -v /var/run/docker.sock:/var/run/docker.sock \
           -e TEST_INTEGRATION_DIR=/tests/integration/container \
           -e DOCKER_API_VERSION=1.36 moby-e2e
```

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-03-05 14:24:01 +01:00
..
create_test.go Rename integration/util to integration/internal 2018-02-10 09:16:32 +01:00
inspect_test.go Fixes some integration/container test to run on remote daemon 2018-03-05 14:24:01 +01:00
main_test.go
network_test.go Update api tests to use the newly added container helper package 2018-02-10 23:30:40 +00:00