Remove use of dockerProxy
This commit is contained in:
@@ -124,7 +124,6 @@ function checkRedis(containerId, done) {
|
||||
});
|
||||
}
|
||||
|
||||
var dockerProxy;
|
||||
var imageDeleted;
|
||||
var imageCreated;
|
||||
|
||||
@@ -224,7 +223,6 @@ function stopBox(done) {
|
||||
|
||||
// db is not cleaned up here since it's too late to call it after server.stop. if called before server.stop taskmanager apptasks are unhappy :/
|
||||
async.series([
|
||||
dockerProxy.close.bind(dockerProxy),
|
||||
taskmanager._stopPendingTasks,
|
||||
taskmanager._waitForPendingTasks,
|
||||
appdb._clear,
|
||||
|
||||
Reference in New Issue
Block a user