diff --git a/lib/interface/cli/commands/pipeline/run.local.js b/lib/interface/cli/commands/pipeline/run.local.js index b420411e4..937f68b72 100644 --- a/lib/interface/cli/commands/pipeline/run.local.js +++ b/lib/interface/cli/commands/pipeline/run.local.js @@ -133,6 +133,7 @@ class RunLocalCommand extends RunBaseCommand { Binds: [ '/var/run/docker.sock:/var/run/docker.sock', ], + AutoRemove: true, }, User: '0:0', }, injectedOpts, _customizer), (err, data) => { diff --git a/package.json b/package.json index 84b9a121e..b4177c553 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codefresh", - "version": "0.82.2", + "version": "0.82.3", "description": "Codefresh command line utility", "main": "index.js", "preferGlobal": true,