1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

Add support for stdin_open in composefile v3

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Upstream-commit: f24ff647e1
Component: cli
This commit is contained in:
Vincent Demeester
2016-11-11 15:15:10 +01:00
parent ea25b45846
commit 03ba4d6a33

View File

@@ -505,6 +505,7 @@ func convertService(
Mounts: mounts,
StopGracePeriod: service.StopGracePeriod,
TTY: service.Tty,
OpenStdin: service.StdinOpen,
},
Resources: resources,
RestartPolicy: restartPolicy,