mirror of https://github.com/docker/docs.git
Merge branch 'master' into jmorgan_bump_0.4.1
This commit is contained in:
commit
b61d5a20eb
|
@ -153,7 +153,7 @@ AppUtil.sync = function (callback) {
|
|||
var diffApps = _.difference(guiIds, containerIds);
|
||||
_.each(diffApps, function (appContainerId) {
|
||||
var app = Apps.findOne({'docker.Id': appContainerId});
|
||||
if (app && app.status !== 'STARTING') {
|
||||
if (app) {
|
||||
AppUtil.remove(app._id);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue