do not set container name (we use labels instead)
This commit is contained in:
@@ -153,7 +153,6 @@ function createSubcontainer(app, cmd, callback) {
|
||||
if (error) return callback(new Error('Error getting addon environment : ' + error));
|
||||
|
||||
var containerOptions = {
|
||||
name: app.id,
|
||||
Hostname: config.appFqdn(app.location),
|
||||
Tty: true,
|
||||
Image: app.manifest.dockerImage,
|
||||
|
||||
Reference in New Issue
Block a user