mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-06 00:47:52 +00:00
feat: enhance volume pruning functionality with filter options
This commit is contained in:
@@ -74,7 +74,7 @@ class DockerController {
|
||||
} else if (target === 'networks') {
|
||||
result = await this.docker.pruneNetworks();
|
||||
} else if (target === 'volumes') {
|
||||
result = await this.docker.pruneVolumes();
|
||||
result = await this.docker.pruneVolumes({ filters: { all: ['true'] } });
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user