An open API service indexing awesome lists of open source software.

https://github.com/jonashaag/docker-webfsd

A tiny Alpine Linux based image that contains the webfsd binary
https://github.com/jonashaag/docker-webfsd

docker http-server webfs

Last synced: about 1 year ago
JSON representation

A tiny Alpine Linux based image that contains the webfsd binary

Awesome Lists containing this project

README

          

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
```