#!/bin/bash # shellcheck disable=SC2009 ps ax | grep -i docker | grep -Eiv 'grep|com.docker.vmnetd|docker-shutdown' | awk '{print $1}' | xargs kill