Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save flameoftheforest/bf5abd84bc711c85125105cc06eefbe7 to your computer and use it in GitHub Desktop.
Save flameoftheforest/bf5abd84bc711c85125105cc06eefbe7 to your computer and use it in GitHub Desktop.
restart docker daemon (tested on Debian)
#!/bin/bash
sudo systemctl restart docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment