Closed firecow closed 1 year ago
I'm using dockerode 3.3.5
dockerode 3.3.5
const currentConfigs = await docker.listConfigs({filters: {label: [`com.docker.stack.namespace=${stackName}`]}}); for (const c of currentConfigs) { await docker.getConfig(c.ID).remove(); }
await docker.getConfig(c.ID).remove(); gives TypeError: Cannot read properties of undefined (reading 'abortSignal')
What am I doing wrong here?
@apocas Is there any way I can help with getting a 4.0.1 release out?
I'm using
dockerode 3.3.5
What am I doing wrong here?