Sign inSign up

chiefy/alpine-node-static

By chiefy

Updated about 11 years ago

Alpine Linux with node-static serving static files via HTTP

Image
0

3.1K

chiefy/alpine-node-static repository overview

alpine-node-static

This is a Docker image with Alpine Linux running a simple node-static http server. You may volume-mount your local static files to get served.

Usage

docker run \
	--rm \
	--name alpine-node-static \
	-v "<path-to-local-dir>:/var/www" \
	-p "8080:3000" \
	chiefy/alpine-node-static:latest

Tag summary

Content type

Image

Digest

sha256:1c7844d31

Size

10.8 MB

Last updated

about 11 years ago

docker pull chiefy/alpine-node-static