hello-container
Basic docker instance that listens on port 8080 for http request and returns status 200
10K+
Basic docker instance that listens on port 8080 for http request and returns status 200.
I use it to keep infra from respawning as this is a placeholder instace befor the real app is deployed.
docker run -p 8080:8080 aapjeisbaas/hello-container:latest
curl 127.0.0.1:8080/what/is/my/path
Content type
Image
Digest
sha256:5be2a9719…
Size
338.1 MB
Last updated
almost 4 years ago
docker pull aapjeisbaas/hello-container