Skip to content

Commit ead007f

Browse files
committed
Use native snapshotter for integration tests and run
Signed-off-by: Derek McGowan <[email protected]>
1 parent 99181f5 commit ead007f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hack/make/.integration-daemon-start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fi
4040
# intentionally open a couple bogus file descriptors to help test that they get scrubbed in containers
4141
exec 41>&1 42>&2
4242

43-
export DOCKER_GRAPHDRIVER=${DOCKER_GRAPHDRIVER:-vfs}
43+
export DOCKER_GRAPHDRIVER=${DOCKER_GRAPHDRIVER:-native}
4444
export DOCKER_USERLANDPROXY=${DOCKER_USERLANDPROXY:-true}
4545

4646
# example usage: DOCKER_STORAGE_OPTS="dm.basesize=20G,dm.loopdatasize=200G"

hack/make/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010

1111
DOCKER_COMMAND="$(command -v dockerd)"
1212

13-
DOCKER_GRAPHDRIVER=${DOCKER_GRAPHDRIVER:-vfs}
13+
DOCKER_GRAPHDRIVER=${DOCKER_GRAPHDRIVER:-native}
1414
DOCKER_USERLANDPROXY=${DOCKER_USERLANDPROXY:-true}
1515

1616
# example usage: DOCKER_STORAGE_OPTS="dm.basesize=20G,dm.loopdatasize=200G"

0 commit comments

Comments
 (0)