Skip to content

Instantly share code, notes, and snippets.

@jmjava
Created June 2, 2019 23:53
Show Gist options
  • Save jmjava/5bef117dd91b0e70f74cd7622e1bc69e to your computer and use it in GitHub Desktop.
Save jmjava/5bef117dd91b0e70f74cd7622e1bc69e to your computer and use it in GitHub Desktop.
enable docker remote
add this
# /etc/systemd/system/docker.service.d/override.conf
[Service]
ExecStart=
ExecStart=/usr/bin/dockerd -H fd:// -H tcp://0.0.0.0:2376
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment