Add binds support to containers

This commit is contained in:
Girish Ramakrishnan
2020-04-29 21:55:21 -07:00
parent 66f66fd14f
commit e9d0ed8e1e
10 changed files with 109 additions and 3 deletions

View File

@@ -419,6 +419,7 @@ describe('database', function () {
tags: [],
label: null,
taskId: null,
binds: {},
serviceConfig: {}
};
@@ -891,6 +892,7 @@ describe('database', function () {
tags: [],
label: null,
taskId: null,
binds: {},
serviceConfig: {}
};
@@ -923,6 +925,7 @@ describe('database', function () {
tags: [],
label: null,
taskId: null,
binds: {},
serviceConfig: {}
};