Created
August 15, 2017 16:41
-
-
Save sathed/9d18e70a01394c8a0333d1f8d403aa51 to your computer and use it in GitHub Desktop.
[Warning] IPv4 forwarding is disabled. Networking will not work.
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 | |
# This is usually caused because of a network outage/restart while the Docker daemon was running. | |
# Restart the Docker daemon to fix it. | |
service docker restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment