Skip to content

Instantly share code, notes, and snippets.

@asjustas
Created March 5, 2017 12:49
Show Gist options
  • Save asjustas/081269f83b126a4a51de8f04233e81b5 to your computer and use it in GitHub Desktop.
Save asjustas/081269f83b126a4a51de8f04233e81b5 to your computer and use it in GitHub Desktop.
[Unit]
Description=Docker resolver
After=docker.service
Requires=docker.service
[Service]
ExecStartPre=docker run --rm --privileged --net=host gliderlabs/hostlocal
ExecStart=/usr/bin/docker-resolver
Restart=always
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment