Sign inSign up

unstoppable/http-server

By unstoppable

Updated over 8 years ago

http-server

Image
1

319

unstoppable/http-server repository overview

Node http-server

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

Tag summary

Content type

Image

Digest

Size

253.2 MB

Last updated

over 8 years ago

docker pull unstoppable/http-server