aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/scripts/topo_cleanup.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/scripts/topo_cleanup.py')
-rwxr-xr-xresources/tools/scripts/topo_cleanup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/scripts/topo_cleanup.py b/resources/tools/scripts/topo_cleanup.py
index c708a5d4b6..51a7dcead5 100755
--- a/resources/tools/scripts/topo_cleanup.py
+++ b/resources/tools/scripts/topo_cleanup.py
@@ -107,7 +107,7 @@ def main():
sudo=True)
# Kill all containers.
- execute_command_ssh(ssh, 'docker rm $(sudo docker ps -a -q)',
+ execute_command_ssh(ssh, 'docker rm --force $(sudo docker ps -q)',
sudo=True)
# Destroy kubernetes.