A simple node http express server that responds to any path/method with some simple output.
593
Use this simple image in your quick projects to create containers that respond to any path/url/method with some simple output. Use it in your docker/k8 experiments/learning when you want a simple container to response to any http calls.
SERVICE_NAME: Just a service name, an identity to give to the particular instance of this container, defaults to N/APORT: The port to listen to, defaults to 8080docker run -it --init --rm \
-p 8080:8080 \
-e PORT='8080' \
-e SERVICE_NAME='from-docker-run' \
--name simple-node-express \
ralphv/simple-node-express:latest
Content type
Image
Digest
sha256:627346aa4…
Size
55.2 MB
Last updated
about 3 years ago
docker pull ralphv/simple-node-express