Skip to content
Snippets Groups Projects
Commit 960b8e1a authored by Sven Weber's avatar Sven Weber
Browse files

FL: Add removal of anonymous volumes when containers are removed

parent 94382e34
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ const removeContainer = async (container) =>
{
if (container != null)
{
return await container.remove({ force: true });
return await container.remove({ force: true, v: true });
}
return Promise.resolve();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment