docker-gen icon indicating copy to clipboard operation
docker-gen copied to clipboard

Generate files from docker container meta-data

Results 117 docker-gen issues
Sort by recently updated
recently updated
newest added

My problem is the following: I'm using Spring Boot Applications in Docker containers, successfully exposed through the 80 and 443 ports with nginx-proxy. This works very well, but I need...

I have a Swarm cluster built with `docker-machine`. On a master node I have a `jwilder/nginx-proxy` container that is listening docker socket. This container has docker-gen inside. I have a...

Please make my boss happy. ^_^ [1:27 PM] Boss: I’m looking harder at docker-gen as the cause of many of our woes think it’d be an easy fix if true,...

I need to set the proxy_pass in the template depending on whether an enviroment variable is set. The problem i am having is I need to access the current `$container`...

I know Docker loves `root` ;-) But, is it possible to configure the owner of generated template? It's not a big issue because it's possible to change owner with `notifycmd`...

Hi there, first of all, thanks a lot for this project, has worked like a charm so far. My issue is the following : since I separated my containers in...

Hi and thank you for this great tool! I love it :+1: I was wondering if this tool supports passing in templates or config files from another application. Say for...

If a container's network config changes, docker-gen should trigger the generator. - v1.20 and below don't support networks - v1.21 supports networks but has no events for network config changing...

Which would not traverse the symlink, if there is a symlink, to check for existence.

Request for template function for conversion IP address into reverse "in-addr.arpa" format Something like in https://golang.org/src/net/dnsclient.go Just don't known Go yet, but trying to use docker-gen for fully automated skynds2-based...