Sign inSign up

rainist/redirector

By rainist

•Updated almost 8 years ago

Simple HTTP redirection service built on top of Nginx.

Image
1

100K+

rainist/redirector repository overview

⁠Redirector

Docker Build Statu Docker Pulls

Simple HTTP redirection service built on top of Nginx.

⁠How to run

⁠From the source
export IMAGE_NAME=my-redirector
docker build -t $IMAGE_NAME .
docker run -e DESTINATION=your.website.com -p 80:80 $IMAGE_NAME
⁠From Docker Hub
docker run -e DESTINATION=your.website.com -p 80:80 rainist/redirector

Tag summary

Content type

Image

Digest

Size

42.6 MB

Last updated

almost 8 years ago

docker pull rainist/redirector