Sign inSign up

pankajagarwal/http-204

By pankajagarwal

Updated over 6 years ago

this is a simple http process which will respond to all requests coming to it with 204.

Image
0

485

pankajagarwal/http-204 repository overview

this is a simple http process which will respond to all requests coming to it with 204. By default the image listens on port 80 but the port can be modified by using this as source in your custom Dockerfile.

the docker image size is 12.1MB

Command to run it locally ...

docker run -d -p8080:80 pankajagarwal/http-204:latest

Once the image is running you can validate by following curl command ..

curl -I http://localhost:8080/

curl -I http://localhost:8080/everything

Tag summary

Content type

Image

Digest

Size

5.8 MB

Last updated

over 6 years ago

docker pull pankajagarwal/http-204