Skip to content

Instantly share code, notes, and snippets.

@dbrosy
Created December 2, 2017 06:35
Show Gist options
  • Save dbrosy/7aabd93bec36287ce9f47eaf168ebf91 to your computer and use it in GitHub Desktop.
Save dbrosy/7aabd93bec36287ce9f47eaf168ebf91 to your computer and use it in GitHub Desktop.
sudo nano /lib/systemd/system/docker.service
// modify line from
ExecStart=/usr/bin/docker daemon -H fd://
to
ExecStart=/usr/bin/docker daemon -H fd:// -H tcp://0.0.0.0:
then
sudo systemctl daemon-reload
sudo systemctl restart docker.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment