You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$sudo_docker volume rm $($sudo_docker volume ls -q)
done
while [ "$($sudo_docker system prune -f | tee /dev/stderr | sed -n '/./p' | tail -n1 | sed -n 's/^[[:space:]]*Total reclaimed space:[[:space:]]*\([0-9\.]*\).*/\1>0/p' | bc -l)" -gt 0 ]; do :; done