Skip to content

kanna5/docker-httpbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for httpbin.org

The official image is based on Ubuntu, which is unnecessarily huge (> 400MiB), and it hasn't been updated since 2018.

This version is based on alpine, the total size is under 100MiB.

Usage

# Start
docker run -d --rm --name=httpbin -p 8000:80 kanna5/httpbin

# Test it
curl http://127.0.0.1:8000/anything

# Stop
docker stop httpbin

About

Docker image for httpbin.org based on alpine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published