Windows: CMD not honouring arg escaping
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: d05d0211bcf43d4519bfcbbc6029fafa122f86b7 Component: engine
This commit is contained in:
@ -74,6 +74,7 @@ func merge(userConf, imageConf *containertypes.Config) error {
|
||||
if len(userConf.Entrypoint) == 0 {
|
||||
if len(userConf.Cmd) == 0 {
|
||||
userConf.Cmd = imageConf.Cmd
|
||||
userConf.ArgsEscaped = imageConf.ArgsEscaped
|
||||
}
|
||||
|
||||
if userConf.Entrypoint == nil {
|
||||
|
||||
Reference in New Issue
Block a user