Skip to content

Tags: mccahill/docker-gen

Tags

0.3.9

Toggle 0.3.9's commit message
582ce75 Include information about the swarm node a container is on.

acb2920 Expose QueryEscape from net/url as a template func

0.3.8

Toggle 0.3.8's commit message
c14bed8 Extract splitKeyValueSlice and test

fd74286 Use local GLOCKFILE in `make release`
f224d11 Remove --abbrev=0 from git describe call
4de4160 Fix code for splitting KEY=VALUE env vars
397e5c8 Add additional tests for parseJson
c902800 Use a single parseJson function
1a8eb67 Check gofmt in Travis build
2fb6a6a Add parseJsonArray and parseJsonObject
ad7451f Remove reflection from TestKeys
ef19866 Add newTemplate function
a801271 Run go fmt
b2740d7 Added whereExist and whereNotExist. Updated tests

0.3.6

Toggle 0.3.6's commit message
73e0ec2 Update 0.3.6 links

53af4c6 Add additional template functions
3abd5c0 Merge pull request nginx-proxy#36 from ipanousis/master
e34b974 Update README.md
e0fe080 Doc for docker-gen emitted object structure
ee373a4 Merge pull request nginx-proxy#35 from tehbilly/patch-1
b7f1a31 Updating example to work with Docker hub

0.3.4

Toggle 0.3.4's commit message
9455238 Added flag -notify-sighup for sending HUP signal to containers.

885b59f Update permissions of temp file to match that of original file.
0cf31ba Run notify command in shell
f73d957 Adding 'replace' as a template-usable function
2847e7b Replace godeps w/ glock
aad517e Update go-dockerclient to latest

0.3.3

Toggle 0.3.3's commit message
273bb19 Add .Env to access local environment variables

0.3.2

Toggle 0.3.2's commit message
a993f17 Fix unable to create dest file/invalid cross-device link

13188ef Make -endpoint work consistently w/ -watch
c128476 Add an exists template function
edb72a5 Update release 0.3.1 links and docs
22bfc95 Remove accidentally committed release files

0.3.1

Toggle 0.3.1's commit message
57bf3f4 Fix panic: runtime error: invalid memory address or nil point…

…er dereference

0deec99 Update nginx.tmpl example to use groupByMulti