Dummy Docker image to testing healthcheck
274
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'
Content type
Image
Digest
Size
64.5 MB
Last updated
about 6 years ago
docker pull tehkapa/dockeralive