mirror of https://github.com/docker/docs.git
integration: Use aufs by default.
The problem has been fixed in the dind images. Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
ebcf4f7272
commit
6df673372f
|
@ -17,7 +17,7 @@ SWARM_HOST=127.0.0.1:$(( ( RANDOM % 1000 ) + 6000 ))
|
|||
BASE_PORT=$(( ( RANDOM % 1000 ) + 5000 ))
|
||||
|
||||
# Drivers to use for Docker engines the tests are going to create.
|
||||
STORAGE_DRIVER=${STORAGE_DRIVER:-vfs}
|
||||
STORAGE_DRIVER=${STORAGE_DRIVER:-aufs}
|
||||
EXEC_DRIVER=${EXEC_DRIVER:-native}
|
||||
|
||||
# Join an array with a given separator.
|
||||
|
|
Loading…
Reference in New Issue