Merge pull request #17762 from LK4D4/builder_commit
Use name instead of container in Commit Upstream-commit: 343c8547df8154a0e6772fb3acc881e03dc86452 Component: engine
This commit is contained in:
@ -125,7 +125,7 @@ type Docker interface {
|
||||
// Remove removes a container specified by `id`.
|
||||
Remove(id string, cfg *daemon.ContainerRmConfig) error
|
||||
// Commit creates a new Docker image from an existing Docker container.
|
||||
Commit(*daemon.Container, *daemon.ContainerCommitConfig) (*image.Image, error)
|
||||
Commit(string, *daemon.ContainerCommitConfig) (*image.Image, error)
|
||||
// Copy copies/extracts a source FileInfo to a destination path inside a container
|
||||
// specified by a container object.
|
||||
// TODO: make an Extract method instead of passing `decompress`
|
||||
|
||||
Reference in New Issue
Block a user