Skip to content

Instantly share code, notes, and snippets.

@sathed
Created August 15, 2017 16:41
Show Gist options
  • Save sathed/9d18e70a01394c8a0333d1f8d403aa51 to your computer and use it in GitHub Desktop.
Save sathed/9d18e70a01394c8a0333d1f8d403aa51 to your computer and use it in GitHub Desktop.
[Warning] IPv4 forwarding is disabled. Networking will not work.
#!/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