Created
January 15, 2025 17:24
-
-
Save w-jerome/fadc7e980b28da1dc849d90c2d263729 to your computer and use it in GitHub Desktop.
Kill docker with terminal command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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