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 9fa26ff commit d34ee3dCopy full SHA for d34ee3d
README.md
@@ -8,11 +8,15 @@ This is mostly a proof of concept to generate config files for:
8
* fluentd, logstash or other centralized logging tools that tail the containers JSON log file.
9
* logrotate files to rotate container JSON log files
10
11
+===
12
+
13
+To Run:
14
15
`go get github.com/jwilder/docker-gen`
16
17
`docker-gen template.file`
18
19
TODO:
20
- * Restart command hooks for when files are regenerated
21
+ * Add restart command hooks for when files are regenerated.
22
* Tail docker event stream to detect when containers are started and stopped automatically
0 commit comments