mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
commit
03a07af6de
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ type RWLayer interface {
|
||||||
Parent() Layer
|
Parent() Layer
|
||||||
|
|
||||||
// Mount mounts the RWLayer and returns the filesystem path
|
// Mount mounts the RWLayer and returns the filesystem path
|
||||||
// the to the writable layer.
|
// to the writable layer.
|
||||||
Mount(mountLabel string) (containerfs.ContainerFS, error)
|
Mount(mountLabel string) (containerfs.ContainerFS, error)
|
||||||
|
|
||||||
// Unmount unmounts the RWLayer. This should be called
|
// Unmount unmounts the RWLayer. This should be called
|
||||||
|
|
Loading…
Add table
Reference in a new issue