Signed-off-by: John Howard <jhoward@microsoft.com>
| ... | ... |
@@ -129,7 +129,7 @@ type Backend interface {
|
| 129 | 129 |
ContainerWait(containerID string, timeout time.Duration) (int, error) |
| 130 | 130 |
// ContainerUpdateCmdOnBuild updates container.Path and container.Args |
| 131 | 131 |
ContainerUpdateCmdOnBuild(containerID string, cmd []string) error |
| 132 |
- // ContainerCreateWorkdir creates the workdir (currently only used on Windows) |
|
| 132 |
+ // ContainerCreateWorkdir creates the workdir |
|
| 133 | 133 |
ContainerCreateWorkdir(containerID string) error |
| 134 | 134 |
|
| 135 | 135 |
// ContainerCopy copies/extracts a source FileInfo to a destination path inside a container |