We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0707b8 + da0301a commit c0ce12aCopy full SHA for c0ce12a
1 file changed
src/Environment/System/Docker.php
@@ -12,6 +12,7 @@ public function cleanup($path)
12
$this->run(self::COMMAND, ['container', 'prune', '--force'], $path);
13
$this->run(self::COMMAND, ['image', 'prune', '--force'], $path);
14
$this->run(self::COMMAND, ['volume', 'prune', '--force'], $path);
15
+ $this->run(self::COMMAND, ['network', 'prune', '--force'], $path);
16
17
return 'Clean up complete.';
18
}
0 commit comments