Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adfinis/nginx-echo
Nginx docker image that returns the request URI and container hostname
https://github.com/adfinis/nginx-echo
alpine docker echo nginx
Last synced: 16 days ago
JSON representation
Nginx docker image that returns the request URI and container hostname
- Host: GitHub
- URL: https://github.com/adfinis/nginx-echo
- Owner: adfinis
- License: apache-2.0
- Created: 2018-12-03T09:27:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T13:57:18.000Z (about 6 years ago)
- Last Synced: 2024-11-08T19:46:43.103Z (2 months ago)
- Topics: alpine, docker, echo, nginx
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 1
- Watchers: 15
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Docker Build Status](https://img.shields.io/docker/build/adfinissygroup/nginx-echo.svg)](https://hub.docker.com/r/adfinissygroup/nginx-echo/)
[![image](https://img.shields.io/github/license/adfinis-sygroup/nginx-echo.svg?style=flat-square)](https://github.com/adfinis-sygroup/nginx-echo/blob/master/LICENSE)nginx-echo is a small docker image based on Alpine that returns the request URI
and hostname of the container. It is used for demonstration purposes or
debugging.## Extend
If you wish to extend the information returned by nginx you can extend the text
for the return directive in `default.conf`.## Build
The image on Docker Hub is automatically built by a merge to master, for local
builds you can use```shell
docker build -t adfinissygroup/nginx-echo .
```## License
[MIT](https://github.com/adfinis-sygroup/nginx-echo/blob/master/LICENSE)
## Author Information
nginx-echo was written by:
- Adfinis SyGroup AG | [Website](https://www.adfinis-sygroup.ch/) |
[Twitter](https://twitter.com/adfinissygroup) |
[GitHub](https://github.com/adfinis-sygroup)