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:
2727
2828#### Host Install
2929
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-
3630Download the version you need, untar, and install to your PATH.
3731
3832``` 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
4135./docker-gen
4236```
4337
You can’t perform that action at this time.
0 commit comments