Skip to content

Commit

Permalink
Merge pull request #178 from rhatdan/devmapper
Browse files Browse the repository at this point in the history
If storage.conf graphdriver =="", devmapper should not be tried
  • Loading branch information
rhatdan authored May 21, 2018
2 parents 51f968c + 5267ca2 commit 0b8ab95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/driver_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ var (
// Slice of drivers that should be used in an order
priority = []string{
"overlay",
"devicemapper",
// We don't support devicemapper without configuration
// "devicemapper",
"aufs",
"btrfs",
"zfs",
Expand Down

0 comments on commit 0b8ab95

Please sign in to comment.