Skip to content

Instantly share code, notes, and snippets.

@w-jerome
Created January 15, 2025 17:24
Show Gist options
  • Save w-jerome/fadc7e980b28da1dc849d90c2d263729 to your computer and use it in GitHub Desktop.
Save w-jerome/fadc7e980b28da1dc849d90c2d263729 to your computer and use it in GitHub Desktop.
Kill docker with terminal command
ps ax|grep -i docker|egrep -iv 'grep|com.docker.vmnetd'|awk '{print $1}'|xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment