|
@@ -45,7 +45,7 @@ func (builder *Builder) mergeConfig(userConf, imageConf *Config) {
|
|
userConf.PortSpecs = imageConf.PortSpecs
|
|
userConf.PortSpecs = imageConf.PortSpecs
|
|
}
|
|
}
|
|
if !userConf.Tty {
|
|
if !userConf.Tty {
|
|
- userConf.Tty = userConf.Tty
|
|
|
|
|
|
+ userConf.Tty = imageConf.Tty
|
|
}
|
|
}
|
|
if !userConf.OpenStdin {
|
|
if !userConf.OpenStdin {
|
|
userConf.OpenStdin = imageConf.OpenStdin
|
|
userConf.OpenStdin = imageConf.OpenStdin
|