mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +02:00
Merge pull request #1549 from marineam/xfs
RFC: docker: use overlay driver on XFS
This commit is contained in:
commit
28cd6b0b07
@ -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
|
||||
;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user