mirror of https://github.com/docker/cli.git
Add support for tty in composefile v3
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
19c8941f2f
commit
356421b7da
|
@ -504,6 +504,7 @@ func convertService(
|
|||
User: service.User,
|
||||
Mounts: mounts,
|
||||
StopGracePeriod: service.StopGracePeriod,
|
||||
TTY: service.Tty,
|
||||
},
|
||||
Resources: resources,
|
||||
RestartPolicy: restartPolicy,
|
||||
|
|
Loading…
Reference in New Issue