add labels to container

This commit is contained in:
Girish Ramakrishnan
2015-10-19 16:01:04 -07:00
parent 13453552b5
commit 9346666b3e

View File

@@ -162,6 +162,10 @@ function createContainer(app, callback) {
'/tmp': {},
'/run': {}
},
Labels: {
"location": app.location,
"appId": app.id
},
HostConfig: {
Binds: addons.getBindsSync(app, app.manifest.addons),
Memory: memoryLimit / 2,