Sign inSign up

gotechnies/lightweb

By gotechnies

Updated over 9 years ago

This image is built in busybox the default size is less than 2MB.

Image
0

363

gotechnies/lightweb repository overview

lightweb

The light weight image for static website in HTML, CSS and JS. This image is built in busybox the default size is less than 2MB. Yes thats mean the 2MB process can run your static html site on docker container.

To Run use the below docker run command.

 docker run -d -p 80:80 -v $PWD/code:/app gotechnies/lightweb /bin/sh -c "httpd &&  while :; do echo 'Hit CTRL+C'; sleep 1; done"

Tag summary

Content type

Image

Digest

Size

661.8 kB

Last updated

over 9 years ago

docker pull gotechnies/lightweb