Skip to content

Instantly share code, notes, and snippets.

@voxxit
Last active August 29, 2015 14:14
Show Gist options
  • Select an option

  • Save voxxit/56daa52d449ae3edceab to your computer and use it in GitHub Desktop.

Select an option

Save voxxit/56daa52d449ae3edceab to your computer and use it in GitHub Desktop.
Docker TCP socket systemd unit file
[Unit]
Description=Docker TCP Socket
PartOf=docker.service
[Socket]
ListenStream=2375
BindIPv6Only=both
Service=docker.service
[Install]
WantedBy=sockets.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment