mirror of https://github.com/docker/docs.git
Rename loopback dir to devicemapper
This commit is contained in:
parent
5892c8e469
commit
4431e9edb7
|
|
@ -88,7 +88,7 @@ func (info *DevInfo) DevName() string {
|
|||
}
|
||||
|
||||
func (devices *DeviceSetDM) loopbackDir() string {
|
||||
return path.Join(devices.root, "loopback")
|
||||
return path.Join(devices.root, "devicemapper")
|
||||
}
|
||||
|
||||
func (devices *DeviceSetDM) jsonFile() string {
|
||||
|
|
|
|||
Loading…
Reference in New Issue