fix: Always set the container name when generating creation options

Change-type: patch
Signed-off-by: Cameron Diver <cameron@resin.io>
This commit is contained in:
Cameron Diver 2018-10-18 14:51:34 +01:00
parent 96c1cea4ab
commit 5569e2bc84
No known key found for this signature in database
GPG Key ID: 69264F9C923F55C1

View File

@ -501,6 +501,7 @@ export class Service {
) as ServiceConfig['networks'];
return {
name: `${this.serviceName}_${this.imageId}_${this.releaseId}`,
Tty: this.config.tty,
Cmd: this.config.command,
Volumes: volumes,