jonashaag / docker-webfsd

A tiny Alpine Linux based image that contains the webfsd binary

Home Page:https://hub.docker.com/r/jonashaag/webfsd/

Repository from Github https://github.comjonashaag/docker-webfsdRepository from Github https://github.comjonashaag/docker-webfsd

A tiny Alpine Linux based image that contains the webfsd (http://linux.bytesex.org/misc/webfs.html) binary.

Default CMD is webfsd -p 80 -d -r /srv.

Example usage:

docker run -it -p80:80 -v /your/webroot:/srv jonashaag/webfsd

About

A tiny Alpine Linux based image that contains the webfsd binary

https://hub.docker.com/r/jonashaag/webfsd/

License:Do What The F*ck You Want To Public License


Languages

Language:Dockerfile 69.4%Language:Shell 30.6%