Sign inSign up

odyno/dummy_express_server

By odyno

Updated over 9 years ago

Dummy Express Server is a very simple server used for deploy testing on Amazon ECS and Amazon EC2

Image
0

910

odyno/dummy_express_server repository overview

What

This image performs the setup and execution of Dummy NodeJS Express Server. It respond to:

  • http://<host>:80
  • http://<host>:4500/api.

Why

Dummy Express Server is used for deploy and testing of Amazon ECS and Amazon EC2

How to launch it locally

docker run -p "80:80" -p "4500:4500" odyno/dummy_express_server

Tag summary

Content type

Image

Digest

Size

250.9 MB

Last updated

over 9 years ago

docker pull odyno/dummy_express_server