Docker image that runs the node application http-server exposing the /public directory at port 8080.
Pull commond:
docker pull unstoppable/http-server
How to run it:
docker run --rm -ti -p 8080:8080 --name http-server -v DIRECTORY_TO_EXPOSE:/public unstoppable/http-server
Build command docker build -t unstoppable/http-server . docker push unstoppable/http-server
Content type
Image
Digest
Size
253.2 MB
Last updated
over 8 years ago
docker pull unstoppable/http-server