Add volume management

the volumes table can later have backup flag, mount options etc
This commit is contained in:
Girish Ramakrishnan
2020-10-27 22:39:05 -07:00
parent 03e49c59e2
commit 6a3df679fa
17 changed files with 742 additions and 135 deletions

View File

@@ -417,7 +417,7 @@ describe('database', function () {
tags: [],
label: null,
taskId: null,
binds: {},
volumes: [],
servicesConfig: {}
};
@@ -890,7 +890,7 @@ describe('database', function () {
tags: [],
label: null,
taskId: null,
binds: {},
volumes: [],
servicesConfig: {}
};
@@ -923,7 +923,7 @@ describe('database', function () {
tags: [],
label: null,
taskId: null,
binds: {},
volumes: [],
servicesConfig: {}
};