https://github.com/ourway/docker-webfsd
Dockerised version of Webfsd -- The smallest static http server in the planet
https://github.com/ourway/docker-webfsd
docker-image http-server webfsd
Last synced: over 1 year ago
JSON representation
Dockerised version of Webfsd -- The smallest static http server in the planet
- Host: GitHub
- URL: https://github.com/ourway/docker-webfsd
- Owner: ourway
- Created: 2021-01-01T10:36:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-01T10:37:43.000Z (over 5 years ago)
- Last Synced: 2025-01-14T22:43:09.759Z (over 1 year ago)
- Topics: docker-image, http-server, webfsd
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/farshidashouri/webfsd
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The world smallest static web server:
Usage:
```console
docker run -it -v `pwd`:"/storage" -p 8000:8000 --rm farshidashouri/webfsd
```
- Farshid Ashouri