Simple nodejs service to respond with json. The data coming back from each route is being read out of a predefined property file. Main purpose of this container is to have a simple service respond with expected json for testing.
docker run -d --name=nodetester -p 80:3000 bondanthony/nodetesterTo edit the standard json response files simply mount a directory to /usr/src/app/resources during your run command. You can then supply your own json responses.
Example: docker run -d -v /tmp/json:/usr/src/app/resources --name=nodetester -p 80:3000 bondanthony/nodetester
Would you like to see a change, just open a pull request on Github
Content type
Image
Digest
Size
254.4 MB
Last updated
over 9 years ago
docker pull bondanthony/nodetester