Created
March 5, 2017 12:49
-
-
Save asjustas/081269f83b126a4a51de8f04233e81b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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