1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-03-13 08:48:09 +01:00
Jessica Frazelle de2a2dfa9e unix socket
2015-03-12 11:08:52 -07:00

7 lines
129 B
Docker

FROM python:2.7.8
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN pip install httpie httpie-unixsocket
ENTRYPOINT [ "http" ]