this is a simple http process which will respond to all requests coming to it with 204.
485
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/
Content type
Image
Digest
Size
5.8 MB
Last updated
over 6 years ago
docker pull pankajagarwal/http-204