mirror of https://github.com/docker/docs.git
switch tests to overlay
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
5f207e6fe9
commit
05234232a3
|
@ -24,7 +24,7 @@ SWARM_BASE_PORT=$(( ( RANDOM % 1000 ) + 6000 ))
|
|||
BASE_PORT=$(( ( RANDOM % 1000 ) + 5000 ))
|
||||
|
||||
# Drivers to use for Docker engines the tests are going to create.
|
||||
STORAGE_DRIVER=${STORAGE_DRIVER:-aufs}
|
||||
STORAGE_DRIVER=${STORAGE_DRIVER:-overlay}
|
||||
EXEC_DRIVER=${EXEC_DRIVER:-native}
|
||||
|
||||
BUSYBOX_IMAGE="$BATS_TMPDIR/busybox.tgz"
|
||||
|
|
Loading…
Reference in New Issue