Skip to content

Files

Latest commit

82143a5 · May 7, 2017

History

History

httpbin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 7, 2017
Jan 14, 2016
Jan 14, 2016

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