Skip to content

Commit

Permalink
Merge pull request containers#7761 from baude/interactive
Browse files Browse the repository at this point in the history
set interactive mode with compat create endpoint
  • Loading branch information
openshift-merge-robot authored Sep 24, 2020
2 parents c3d1cef + 139100a commit 9765619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/handlers/compat/containers_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func makeCreateConfig(ctx context.Context, containerConfig *config.Config, input
ImageID: newImage.ID(),
BuiltinImgVolumes: nil, // podman
ImageVolumeType: "", // podman
Interactive: false,
Interactive: input.OpenStdin,
// IpcMode: input.HostConfig.IpcMode,
Labels: input.Labels,
LogDriver: input.HostConfig.LogConfig.Type, // is this correct
Expand Down

0 comments on commit 9765619

Please sign in to comment.