|
@@ -1511,6 +1511,7 @@ func (cli *DockerCli) CmdPs(args ...string) error {
|
|
outCommand = out.Get("Command")
|
|
outCommand = out.Get("Command")
|
|
ports = engine.NewTable("", 0)
|
|
ports = engine.NewTable("", 0)
|
|
)
|
|
)
|
|
|
|
+ outCommand = strconv.Quote(outCommand)
|
|
if !*noTrunc {
|
|
if !*noTrunc {
|
|
outCommand = utils.Trunc(outCommand, 20)
|
|
outCommand = utils.Trunc(outCommand, 20)
|
|
}
|
|
}
|