https://github.com/mrtenz/go-redirect
A simple HTTP redirect image for Docker, written in Go
https://github.com/mrtenz/go-redirect
docker golang http redirect
Last synced: about 2 months ago
JSON representation
A simple HTTP redirect image for Docker, written in Go
- Host: GitHub
- URL: https://github.com/mrtenz/go-redirect
- Owner: Mrtenz
- Created: 2018-08-19T17:25:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T17:25:33.000Z (almost 8 years ago)
- Last Synced: 2025-03-30T06:32:41.048Z (about 1 year ago)
- Topics: docker, golang, http, redirect
- Language: Go
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-redirect
A simple HTTP redirect image for Docker, written in Go.
```
$ docker run -p 80:8000 -e TARGET_URL=https://google.com mortenz/go-redirect
```