mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +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
|
FROM python:3-alpine
|
||||||
|
|
||||||
RUN apk add --no-cache --virtual .build-deps \
|
RUN apk add --no-cache --virtual .build-deps \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user