File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,11 @@ There are three common ways to run docker-gen:
27
27
28
28
#### Host Install
29
29
30
- Linux/OSX binaries for release [ 0.9.0] ( https://github.com/nginx-proxy/docker-gen/releases )
31
-
32
- - [ amd64] ( https://github.com/nginx-proxy/docker-gen/releases/download/0.9.0/docker-gen-linux-amd64-0.9.0.tar.gz )
33
- - [ i386] ( https://github.com/nginx-proxy/docker-gen/releases/download/0.9.0/docker-gen-linux-i386-0.9.0.tar.gz )
34
- - [ alpine-linux] ( https://github.com/nginx-proxy/docker-gen/releases/download/0.9.0/docker-gen-alpine-linux-amd64-0.9.0.tar.gz )
35
-
36
30
Download the version you need, untar, and install to your PATH.
37
31
38
32
``` console
39
- wget https://github.com/nginx-proxy/docker-gen/releases/download/0.9 .0/docker-gen-linux-amd64-0.9 .0.tar.gz
40
- tar xvzf docker-gen-linux-amd64-0.9 .0.tar.gz
33
+ wget https://github.com/nginx-proxy/docker-gen/releases/download/0.12 .0/docker-gen-linux-amd64-0.12 .0.tar.gz
34
+ tar xvzf docker-gen-linux-amd64-0.12 .0.tar.gz
41
35
./docker-gen
42
36
```
43
37
You can’t perform that action at this time.
0 commit comments