Merge pull request #1549 from marineam/xfs

RFC: docker: use overlay driver on XFS
This commit is contained in:
Alex Crawford 2015-09-21 19:39:04 -07:00
commit 28cd6b0b07

View File

@ -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
;;
*)