Nicolas Duchon
Nicolas Duchon
It starts by building the container locally. Travis CI don't provide ARM based CPUs so that won't be possible without some hack with qemu.
Is this linked to #380 ?
`docker container kill -s HUP nginx-gen`
`docker container logs nginx-gen` If docker-gen picked up changes that impact the generated `default.conf` you'll see an entry like this one: `2018/01/01 12:00:00 Generated '/etc/nginx/conf.d/default.conf' from X containers` If you...
Your change to the template file have to result in changes to the `default.conf` file in your specific Docker environment. For instance let's say you add some code the template...
Your question is specific to [`jwilder/nginx-proxy`](https://github.com/jwilder/nginx-proxy), you should read that repo's doc and ask your question there if the answer is not in the doc.
https being enabled or not for a domain depends on the existence of a set of specially named files in `/etc/nginx/cert`: Let say your domain is `www.domain.tld`, if `docker-gen` finds...
Hi I'm not having any issues with docker-gen on the hosts that have docker 17.12 installed (Ubuntu 17.04 and 17.10, Debian 8 and Manjaro stable).
@Syphdias could you post the result of `docker inspect youdockergencontainer` ?
@Syphdias thanks, could you also post results of ``` docker exec revproxy-gen cat /proc/1/cpuset docker exec revproxy-gen cat /proc/self/cgroup docker exec revproxy-gen cat /proc/self/mountinfo ```