1
0
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:
John Howard
2016-11-29 20:05:47 -08:00
parent a0d0f09c52
commit 6372d2470f

View File

@@ -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