Sign inSign up

weiensong/fileserver

By weiensong

•Updated 3 months ago

A lightweight static file server image based on Python, intended for personal and small-team LAN dis

Image
0

1.4K

weiensong/fileserver repository overview

⁠fileserver

A lightweight static file server image based on Python, intended for personal and small-team LAN distribution scenarios.

⁠Highlights

  • Simple Python HTTP service startup
  • Minimal image footprint
  • Easy volume mounting for directory sharing

⁠Usage

docker run --rm -p 8000:8000 -v "$PWD:/data" weiensong/fileserver:latest

Tag summary

Content type

Image

Digest

sha256:3c581b45b…

Size

18.9 MB

Last updated

3 months ago

docker pull weiensong/fileserver