We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea90565 commit 440adceCopy full SHA for 440adce
examples/docker-gen.service
@@ -0,0 +1,11 @@
1
+[Unit]
2
+Description=A file generator that renders templates using Docker Container meta-data.
3
+Documentation=https://github.com/jwilder/docker-gen
4
+After=network.target docker.socket
5
+Requires=docker.socket
6
+
7
+[Service]
8
+ExecStart=/usr/bin/docker-gen -config /etc/docker-gen.cfg
9
10
+[Install]
11
+WantedBy=multi-user.target
0 commit comments