An open API service indexing awesome lists of open source software.

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

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
```