mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Fix incorrect comment
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: b83076bfc076e1c00df40fadda60e1196b786921 Component: engine
This commit is contained in:
@@ -129,7 +129,7 @@ type Backend interface {
|
||||
ContainerWait(containerID string, timeout time.Duration) (int, error)
|
||||
// ContainerUpdateCmdOnBuild updates container.Path and container.Args
|
||||
ContainerUpdateCmdOnBuild(containerID string, cmd []string) error
|
||||
// ContainerCreateWorkdir creates the workdir (currently only used on Windows)
|
||||
// ContainerCreateWorkdir creates the workdir
|
||||
ContainerCreateWorkdir(containerID string) error
|
||||
|
||||
// ContainerCopy copies/extracts a source FileInfo to a destination path inside a container
|
||||
|
||||
Reference in New Issue
Block a user