Remove Mount/Unmount from Builder interface.
Signed-off-by: Anusha Ragunathan <anusha@docker.com> Upstream-commit: 89ab39b050e0b6bbb7766a4662132b1b7bc8545f Component: engine
This commit is contained in:
@ -141,12 +141,6 @@ type Backend interface {
|
||||
//ContainerCopy(name string, res string) (io.ReadCloser, error)
|
||||
// TODO: use copyBackend api
|
||||
BuilderCopy(containerID string, destPath string, src FileInfo, decompress bool) error
|
||||
|
||||
// TODO: remove
|
||||
// Mount mounts the root filesystem for the container.
|
||||
Mount(containerID string) error
|
||||
// Unmount unmounts the root filesystem for the container.
|
||||
Unmount(containerID string) error
|
||||
}
|
||||
|
||||
// ImageCache abstracts an image cache store.
|
||||
|
||||
Reference in New Issue
Block a user