Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 374 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 374 Bytes

Also on dockerhub:

https://hub.docker.com/r/donuk/portforwarding

Run as a reverse proxy to hub.docker.com:

docker run -p 80:80 -p 443:443 -e PORT_80=hub.docker.com -e PORT_443=hub.docker.com --rm donuk/portforwarding 

Serve hub.docker.com over http locally on port 2000:

docker run -p 2000:2000 -e PORT_2000=hub.docker.com:80 --rm donuk/portforwarding