Skip to content

Instantly share code, notes, and snippets.

@m-richo
Created August 20, 2015 04:55
Show Gist options
  • Save m-richo/2876118aae50cff8f471 to your computer and use it in GitHub Desktop.
Save m-richo/2876118aae50cff8f471 to your computer and use it in GitHub Desktop.
installing confd to a docker image
ADD https://github.com/kelseyhightower/confd/releases/download/v0.10.0/confd-0.10.0-linux-amd64 /usr/local/bin/confd
RUN chmod +x /usr/local/bin/confd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment