[add] httpbin

This commit is contained in:
Andy Bunce 2024-08-20 13:23:30 +01:00
parent 793512de1a
commit 4ca7e98a63
1 changed files with 2 additions and 0 deletions

2
httpbin/readme.md Normal file
View File

@ -0,0 +1,2 @@
docker pull kennethreitz/httpbin
docker run -p 7777:80 kennethreitz/httpbin