This commit is contained in:
Florian Rey 2016-11-24 13:07:01 +01:00
parent c925acf502
commit 06bebb63d0
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ func (d *DockerDriver) Commit(id string, changes []string) (string, error) {
}
args = append(args, id)
log.Printf("Committing container with args: %v", args)
cmd := exec.Command("docker", args...)
cmd.Stdout = &stdout
cmd.Stderr = &stderr