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
- Host: GitHub
- URL: https://github.com/jonashaag/docker-webfsd
- Owner: jonashaag
- License: wtfpl
- Created: 2018-05-19T09:47:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T19:10:13.000Z (about 7 years ago)
- Last Synced: 2025-04-12T02:35:13.774Z (about 1 year ago)
- Topics: docker, http-server, webfs
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/jonashaag/webfsd/
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```