Created
October 27, 2021 01:03
-
-
Save flameoftheforest/bf5abd84bc711c85125105cc06eefbe7 to your computer and use it in GitHub Desktop.
restart docker daemon (tested on Debian)
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
#!/bin/bash | |
sudo systemctl restart docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment