docker run -itd -p 61001:8080 -v $PWD/demo-http-file/:/home/demo-http/ -v $PWD/demo-http-logs/:/demo-http-logs/ 7040210/demo-http --name demo-http
http://ip:port/info 查看客户端ip地址
http://ip:port/postStr 提交参数为字符串
http://ip:port/postJson 提交参数为json对象
http://ip:port/postFormData 提交参数为form表单对象
http://ip:port/postImage?fileid=*** 提交参数为图片二进制对象
Content type
Image
Digest
sha256:411e64d65…
Size
134 MB
Last updated
about 3 years ago
docker pull 7040210/demo-http