mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
Add support for tty in composefile v3
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Upstream-commit: 356421b7da
Component: cli
This commit is contained in:
@@ -504,6 +504,7 @@ func convertService(
|
||||
User: service.User,
|
||||
Mounts: mounts,
|
||||
StopGracePeriod: service.StopGracePeriod,
|
||||
TTY: service.Tty,
|
||||
},
|
||||
Resources: resources,
|
||||
RestartPolicy: restartPolicy,
|
||||
|
||||
Reference in New Issue
Block a user