Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 176 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 176 Bytes

file-repo

Web service to store files

docker run -it -p 8888:8888 manycoding/file-repo

OR

docker build -t file-repo .
docker run -it -p 8888:8888 file-repo