From 9f650c82a313e3c04d2aa324b66f14bc8f91ee4b Mon Sep 17 00:00:00 2001 From: graystevens Date: Wed, 17 Oct 2018 15:46:39 +0100 Subject: [PATCH] Add USAGE to httpbin Dockerfile (#436) --- httpbin/Dockerfile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/httpbin/Dockerfile b/httpbin/Dockerfile index 2c5de3f..aaf9693 100644 --- a/httpbin/Dockerfile +++ b/httpbin/Dockerfile @@ -1,3 +1,13 @@ +# Run HTTPBin in a container +# +# USAGE +# +# docker run -d \ +# -p 8080:8080 \ +# --name httpbin \ +# jess/httpbin +# + FROM python:3-alpine RUN apk add --no-cache --virtual .build-deps \