aapjeisbaas/hello-container

By aapjeisbaas

Updated almost 4 years ago

Basic docker instance that listens on port 8080 for http request and returns status 200

Image
0

10K+

aapjeisbaas/hello-container repository overview

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.

Run it:
docker run -p 8080:8080 aapjeisbaas/hello-container:latest
Test it:
curl 127.0.0.1:8080/what/is/my/path

Git repo

Tag summary

Content type

Image

Digest

sha256:5be2a9719

Size

338.1 MB

Last updated

almost 4 years ago

docker pull aapjeisbaas/hello-container