You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -40,6 +47,7 @@ or stopped, the template is regenerated.
40
47
haproxy, etc..
41
48
*`-config file` - Use the specified config file instead of command-line options. Multiple templates can be defined and they will be executed in the order that they appear in the config file.
42
49
*`-interval <secs>` - Run the notify command on a fixed interval. Useful for service registration use cases.
50
+
*`-endpoint tcp|unix://..` - Use a different docker remote API endpoint. This can also be set w/ a `DOCKER_HOST` environment variable.
43
51
44
52
If no `<dest>` file is specified, the output is sent to stdout. Mainly useful for debugging.
45
53
@@ -48,24 +56,41 @@ If no `<dest>` file is specified, the output is sent to stdout. Mainly useful f
This project uses [godep](https://github.com/tools/godep) for managing 3rd party dependencies. You'll need to install godep into your workspace before hacking on docker-gen.
75
100
76
101
```
77
-
git clone <your fork>
78
-
godep restore
79
-
make
102
+
$ git clone <your fork>
103
+
$ godep restore
104
+
$ make
80
105
```
81
106
82
107
### TODO
83
108
84
-
* Add Dockerfile and trusted build
85
109
* Add event status for handling start and stop events differently
0 commit comments