update cmd label

This commit is contained in:
Asif Bacchus 2020-02-07 06:25:02 -07:00
parent 1fe26fd342
commit dd26dbbf29
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ FROM alpine:3.11
# standardized labels
LABEL maintainer="Asif Bacchus <asif@bacchus.cloud>"
LABEL org.label-schema.cmd="docker run --rm -t -p <ipaddr>:<host port>:5555 --name ab-netcat docker.asifbacchus.app/ab-netcat"
LABEL org.label-schema.cmd="docker run --rm -t -p [<ipaddr>:]<host port>:5555 [--name ab-netcat] [-e TZ=timezone] docker.asifbacchus.app/ab-netcat"
LABEL org.label-schema.description="Persistent netcat (BSD) echo server on Alpine Linux"
LABEL org.label-schema.name="ab-netcat"
LABEL org.label-schema.schema-version="1.0"