Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 431 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 431 Bytes

Simple-Upload

Extremely simple dockerized file uploader. Visit the page, upload files, see them appear in a volume on the server.

Useful for getting files off of a device that has a web browser.

Image is published to Docker Hub.

Try it

docker run -it --init -p 8080:8080 -v $PWD/uploaded-files:/data jrrr/simple-upload

For local development check out the Makefile.