This container is for reusing of the machine that hosts the rancher orchestration server.
It was implemented by creating a reversed proxy to the rancher server.
It also made generating SSL by the certificate manager be possible.
Usage:
I. Run rancher on a port other than 443, consider the command below
docker run -d --restart=unless-stopped \
-p 8008:80 -p 4003:443 \
rancher/rancher:latest
II. Create the reverse proxy from docker image oldcai/rancher_proxy:latest
oldcai/rancher_proxy:latestRANCHER_HOST=your.domain.comRANCHER_PORT=4003III. Create an ingress, point it to PORT 80 of the workload we've just created.
IV. Grant an SSL certification to your domain if you like.
Content type
Image
Digest
Size
8 MB
Last updated
over 7 years ago
docker pull oldcai/rancher_proxy