An upload server that saves uploaded files into given directory
287
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
Then open http://localhost:8080 on your internet explore, select a file and touch upload button.
Content type
Image
Digest
Size
3.5 MB
Last updated
almost 9 years ago
docker pull chenchun/upload