moby--moby/runconfig
Doug Davis 54662eae10 Fix RUN's error msg when it fails
When RUN returns with a non-zero return code it prints the command
that was executed as a Go []string:
```
INFO[0000] The command &{[/bin/sh -c noop a1 a2]} returned a non-zero code: 127
```

instead it should look like this:
```
INFO[0000] The command "/bin/sh -c noop a1 a2" returned a non-zero code: 127
```

Signed-off-by: Doug Davis <dug@us.ibm.com>
2015-05-05 16:08:41 -07:00
..
fixtures
compare.go
config.go Fix RUN's error msg when it fails 2015-05-05 16:08:41 -07:00
config_test.go trivial: typo cleanup 2015-04-27 13:35:08 -07:00
exec.go remove execCreate & execStart from job 2015-04-22 13:51:57 -07:00
hostconfig.go Feature: option for disable OOM killer 2015-05-04 21:11:29 +08:00
merge.go trivial: typo cleanup 2015-04-27 13:35:08 -07:00
parse.go Feature: option for disable OOM killer 2015-05-04 21:11:29 +08:00
parse_test.go