Skip to content

Commit

Permalink
Add USAGE to httpbin Dockerfile (jessfraz#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
graystevens authored and koep committed Oct 17, 2018
1 parent 00a12f0 commit 9f650c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions httpbin/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 9f650c8

Please sign in to comment.