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
go get doesn't work reliably since upstream deps may change at any time. I've added two pre-built binary releases to make it easier to install. You no longer need a go installed to compile docker-gen just to run it.
Resolves#3
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
+
76
+
```
77
+
git clone <your fork>
78
+
godep restore
79
+
make
80
+
```
81
+
63
82
### TODO
64
83
84
+
* Add Dockerfile and trusted build
85
+
* Add event status for handling start and stop events differently
0 commit comments