Sign inSign up

subfuzion/responder

By subfuzion

Updated over 7 years ago

Simple demo service that responds with a version

Image
0

379

subfuzion/responder repository overview

responder

Containers respond to HTTP requests on port 8080 with the "version" that the image is built with using a build arg. Example:

$ docker build --build-arg VERSION=v1 -t subfuzion/responder:v1 .
$ docker run -d --network=host subfuzion/responder:v1
$ curl localhost:8080
v1

As shown above, the image tag should correlate to the version passed as a build arg.

The hooks directory supports automated Docker Hub builds. It uses the git tag for the repo to supply the build arg to docker build.

Tag summary

Content type

Image

Digest

Size

2.9 MB

Last updated

over 7 years ago

docker pull subfuzion/responder:v3