Created
December 23, 2020 05:59
-
-
Save joelnitta/094aee59d4c7e2e505f09e95de5d6f94 to your computer and use it in GitHub Desktop.
Stop rootless docker daemon
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
#!/usr/bin/bash | |
# Kill the job using the saved ID | |
kill -9 `cat dockerd.pid` | |
rm dockerd.pid | |
rm dockerd.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment