We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Explore
Help
Register
Sign In
0ct0pu5
/
moby
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Rename dummy in driver.go to vfs
Michael Crosby
11 years ago
parent
399c71de83
commit
8b0b10b6f9
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
graphdriver/driver.go
+ 1
- 1
graphdriver/driver.go
View File
@@ -39,7 +39,7 @@ var (
priority = []string{
"aufs",
"devicemapper",
- "
dummy
",
+ "
vfs
",
}
)