Sign inSign up

chenchun/upload

By chenchun

•Updated almost 9 years ago

An upload server that saves uploaded files into given directory

Image
0

287

chenchun/upload repository overview

Start an upload server binding to 8080 which saves uploaded files into /data directory.

docker run -d -p 8080:8080 -v /data/rami:/data chenchun/upload /upload -logtostderr -p 8080 -d /data

dockerfile⁠

Then open http://localhost:8080⁠ on your internet explore, select a file and touch upload button.

Tag summary

Content type

Image

Digest

Size

3.5 MB

Last updated

almost 9 years ago

docker pull chenchun/upload