Search Docker Hub
hello-world
By sandyjswl
54
The application runs on port 5000 and exposes an endpoint /check which returns Hello World!
5000
/check
Hello World!
docker run -d -p 5000:5000 sandyjswl/hello-world:v1.0
Content type
Image
Digest
Size
20.6 MB
Last updated
almost 5 years ago
docker pull sandyjswl/hello-world:v1.0