mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-30 15:46:10 +02: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
|
FROM python:3-alpine
|
||||||
|
|
||||||
RUN apk add --no-cache --virtual .build-deps \
|
RUN apk add --no-cache --virtual .build-deps \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user