Sign inSign up

honeytrap15/simple-file-server

By honeytrap15

Updated over 6 years ago

Image
0

120

honeytrap15/simple-file-server repository overview

simple-file-server

start

$ docker run --env PORT=8000 -p 8000:8000 -it honeytrap15/simple-file-server

usage

POST method will put file which has content of send data. And return content of file.

$ curl -X POST http://localhost:8000/foo -d "bar"
bar

GET method will return content of file put by POST method.

$ curl -X GET http://localhost:8000/foo
bar

Tag summary

Content type

Image

Digest

Size

27.3 MB

Last updated

over 6 years ago

docker pull honeytrap15/simple-file-server