diff options
Diffstat (limited to 'resources/tools/scripts')
-rwxr-xr-x | resources/tools/scripts/topo_cleanup.py | 2 |
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. |