Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 208 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 208 Bytes

dockeralive

Dummy Docker image to testing healthcheck

docker run --rm --name dockeralive -p 8080:80 tehkapa/dockeralive

docker exec dockeralive sh -c \
'echo OK > /usr/share/nginx/html/check.txt'