Only use overlay driver in CI

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2015-08-12 15:36:10 +01:00
commit bcb977425b
3 changed files with 5 additions and 1 deletions

View file

@ -9,6 +9,7 @@
set -e
export DOCKER_VERSIONS=all
export DOCKER_DAEMON_ARGS="--storage-driver=overlay"
. script/test-versions
>&2 echo "Building Linux binary"