File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ There are three common ways to run docker-gen:
21
21
22
22
#### Host Install
23
23
24
- Linux binaries for release [ 0.3.5 ] ( https://github.com/jwilder/docker-gen/releases )
24
+ Linux binaries for release [ 0.3.6 ] ( https://github.com/jwilder/docker-gen/releases )
25
25
26
- * [ amd64] ( https://github.com/jwilder/docker-gen/releases/download/0.3.5 /docker-gen-linux-amd64-0.3.5 .tar.gz )
27
- * [ i386] ( https://github.com/jwilder/docker-gen/releases/download/0.3.5 /docker-gen-linux-i386-0.3.5 .tar.gz )
26
+ * [ amd64] ( https://github.com/jwilder/docker-gen/releases/download/0.3.6 /docker-gen-linux-amd64-0.3.6 .tar.gz )
27
+ * [ i386] ( https://github.com/jwilder/docker-gen/releases/download/0.3.6 /docker-gen-linux-i386-0.3.6 .tar.gz )
28
28
29
29
Download the version you need, untar, and install to your PATH.
30
30
31
31
```
32
- $ wget https://github.com/jwilder/docker-gen/releases/download/0.3.5 /docker-gen-linux-amd64-0.3.5 .tar.gz
33
- $ tar xvzf docker-gen-linux-amd64-0.3.5 .tar.gz
32
+ $ wget https://github.com/jwilder/docker-gen/releases/download/0.3.6 /docker-gen-linux-amd64-0.3.6 .tar.gz
33
+ $ tar xvzf docker-gen-linux-amd64-0.3.6 .tar.gz
34
34
$ ./docker-gen
35
35
```
36
36
You can’t perform that action at this time.
0 commit comments