1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/httpbin
2016-05-01 09:06:20 +08:00
..
docker-compose.yml add httpbin 2016-01-14 17:20:38 +08:00
Dockerfile switch to new domain: easypi.info 2016-05-01 09:06:20 +08:00
README.md add httpbin 2016-01-14 17:20:38 +08:00

httpbin

httpbin is a HTTP Request & Response Service, written in Python + Flask.

docker-compose.yml

httpbin:
  image: vimagick/httpbin
  ports:
    - "27815:80"
  restart: always

up and running

$ docker-compose up -d
$ curl http://127.0.0.1:27815/ip