mirror of https://github.com/docker/docs.git
Remove accidental commit that enabled MountMethodFilesystem
This commit is contained in:
parent
43a7d3d0e9
commit
91c69fd353
|
|
@ -125,7 +125,6 @@ func (runtime *Runtime) GetMountMethod() MountMethod {
|
||||||
runtime.mountMethod = MountMethodDeviceMapper
|
runtime.mountMethod = MountMethodDeviceMapper
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
runtime.mountMethod = MountMethodFilesystem
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return runtime.mountMethod
|
return runtime.mountMethod
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue