CI: switch to Docker overlay2 storage driver by default

We are planning to switch to this driver by default. Given that we are
currently not testing the devicemapper default, let's start testing
overlay2.

Change-Id: I71afc71df595b65d57ce09dc625c724a036b0e87
Story: 2005667
Task: 39538
This commit is contained in:
Mark Goddard 2020-04-23 14:38:10 +01:00
parent 5802982194
commit ae18991c86
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# Docker configuration.
# Name of the docker storage driver. Default is 'devicemapper'.
docker_storage_driver: overlay
docker_storage_driver: overlay2
# Name of the docker storage LVM volume group.
#docker_storage_volume_group: