Add support for tty in composefile v3

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2016-11-11 11:27:21 +01:00
parent f3dcae7dd3
commit de15de6b4d
No known key found for this signature in database
GPG key ID: 083CC6FD6EB699A3

View file

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