mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
Add USAGE to httpbin Dockerfile (#436)
This commit is contained in:
parent
00a12f0382
commit
9f650c82a3
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user