Skip to content

Instantly share code, notes, and snippets.

@rubyon
Created March 29, 2017 06:52
Show Gist options
  • Save rubyon/86b2e41d5c6c3ac1819e39526463ffa0 to your computer and use it in GitHub Desktop.
Save rubyon/86b2e41d5c6c3ac1819e39526463ffa0 to your computer and use it in GitHub Desktop.
sudo nano /lib/systemd/system/docker.service
####
ExecStart=/usr/bin/dockerd -H fd:// -H tcp://0.0.0.0:2375
####
systemctl daemon-reload
sudo service docker restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment