Skip to content

Instantly share code, notes, and snippets.

@xynova
Last active August 5, 2017 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xynova/976b5350e22399cbf35c5feb464087fd to your computer and use it in GitHub Desktop.
Save xynova/976b5350e22399cbf35c5feb464087fd to your computer and use it in GitHub Desktop.
Nginx-confd Docker container instance
docker run -ti --rm --name nginx \
-v $(pwd)/confd-config:/etc/confd \
-p 8080:80 \
xynova/nginx-confd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment