Docker image that runs the node application http-server exposing the /public
directory at port 8080
.
How to run it:
docker run --rm -ti -p 8080:8080 --name http-server -v DIRECTORY_TO_EXPOSE:/public redsadic/docker-http-server
Simple image that runs node http-server exposing a directory on port 8080 of the container
Docker image that runs the node application http-server exposing the /public
directory at port 8080
.
How to run it:
docker run --rm -ti -p 8080:8080 --name http-server -v DIRECTORY_TO_EXPOSE:/public redsadic/docker-http-server