https://github.com/mainiak/redirector-service
333
Redirect every http://www.<url> to http://<url>.
IN="mainiak/redirector-service"
CN="redirector_service"
docker pull $IN
docker run --name="$CN" -p 9000:8000 -d $IN
# http://<docker_ip>:9000/
docker stop $CN
See https://registry.hub.docker.com/u/mainiak/redirector-service/
Content type
Image
Digest
sha256:68a5bdb87…
Size
50.4 MB
Last updated
almost 11 years ago
docker pull mainiak/redirector-service