Redirects HTTP requests to another domain
2.3K
Redirects all HTTP requests to another domain.
TARGET: the target domain, example.com by default, http:// prepented if protocol not specifiedCODE: the response code, 301 by defaultdocker run -d -p 80:80 -e TARGET=https://example.com viossat/http-redirection
Content type
Image
Digest
Size
5.3 MB
Last updated
over 7 years ago
docker pull viossat/http-redirection