Short Description
This container creates a simple http server using Node.js
Full Description
This container creates a simple http server using the builit-in Node.js http module.
Run the container with the following command:
docker run -d -p 53000:3000 n0id3a/tiny_http_server:v3
Open a browser and connect too:
http://<docker_machine>:53000
Version Info:
v1 - Setup Node.js http server
v2 - Added console logging
v3 - Re-built from Dockerfile and cleaned up image
Docker Pull Command
Owner
n0id3a