diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/dockerd b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/dockerd index adb0f2a9f1..6fd5b011fe 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/dockerd +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/dockerd @@ -46,7 +46,7 @@ select_docker_driver() { btrfs) export DOCKER_DRIVER=btrfs ;; - ext4|tmpfs) # As of 3.18 + ext4|tmpfs|xfs) # As of 4.1 export DOCKER_DRIVER=overlay ;; *)