mirror of
https://github.com/docker/docs.git
synced 2026-03-31 08:18:55 +07:00
Rename loopback dir to devicemapper
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user