pottava / http-something-wrong

An endpoint for checking error situations.

Home Page:https://hub.docker.com/r/pottava/http-sw/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP-Something-Wrong

GitHub Actions

gcr.io/pottava/errs

Supported tags and respective Dockerfile links:
・v1.1 (Dockerfile)

Usage

1. Set environment variables

Environment Variables Description
ACCESS_LOG Send access logs to /dev/stdout. (default: true)
CONTENT_ENCODING Compress response data if the request allows. (default: true)

2. Run the application

$ docker run -d --rm -p 8080:8080 gcr.io/pottava/errs:v1.1
$ open http://localhost:8080

About

An endpoint for checking error situations.

https://hub.docker.com/r/pottava/http-sw/


Languages

Language:Go 90.9%Language:Dockerfile 9.1%