Search Docker Hub
share
By kezhang
start an http server to share local files
390
docker run -d --name share -v ~/shared:/share -p 7000:80 -p 7001:443 kezhang/share
it will share your local ~/shared in an http service
http://localhost:7000 https://localhost:7001
Content type
Image
Digest
sha256:f75496f02…
Size
51.2 MB
Last updated
over 5 years ago
docker pull kezhang/share