mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
Add USAGE to httpbin Dockerfile (#436)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user