Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 191 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 191 Bytes

200-ok

A (very) simple service that always returns 200 OK.

Usage

docker pull ghcr.io/canonical/200-ok:main
docker run -it --rm -d -p 8080:80 ghcr.io/canonical/200-ok:main