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 @@ -16,16 +16,16 @@ docker-gen can be used to generate various kinds of files for:
16
16
17
17
#### Host Install
18
18
19
- Linux binaries for release [ 0.3.3 ] ( https://github.com/jwilder/docker-gen/releases )
19
+ Linux binaries for release [ 0.3.4 ] ( https://github.com/jwilder/docker-gen/releases )
20
20
21
- * [ amd64] ( https://github.com/jwilder/docker-gen/releases/download/0.3.3 /docker-gen-linux-amd64-0.3.3 .tar.gz )
22
- * [ i386] ( https://github.com/jwilder/docker-gen/releases/download/0.3.3 /docker-gen-linux-i386-0.3.3 .tar.gz )
21
+ * [ amd64] ( https://github.com/jwilder/docker-gen/releases/download/0.3.4 /docker-gen-linux-amd64-0.3.4 .tar.gz )
22
+ * [ i386] ( https://github.com/jwilder/docker-gen/releases/download/0.3.4 /docker-gen-linux-i386-0.3.4 .tar.gz )
23
23
24
24
Download the version you need, untar, and install to your PATH.
25
25
26
26
```
27
- $ wget https://github.com/jwilder/docker-gen/releases/download/0.3.3 /docker-gen-linux-amd64-0.3.3 .tar.gz
28
- $ tar xvzf docker-gen-linux-amd64-0.3.3 .tar.gz
27
+ $ wget https://github.com/jwilder/docker-gen/releases/download/0.3.4 /docker-gen-linux-amd64-0.3.4 .tar.gz
28
+ $ tar xvzf docker-gen-linux-amd64-0.3.4 .tar.gz
29
29
$ ./docker-gen
30
30
```
31
31
You can’t perform that action at this time.
0 commit comments