update cmd label to point to help cmd

This commit is contained in:
Asif Bacchus 2020-02-07 07:23:31 -07:00
parent 68cb4e425f
commit c5ab25c706
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 [-d|-it] --init --rm -p [<ipaddr>:]<host port>:5555 [--name ab-netcat] [-e TZ=timezone] docker.asifbacchus.app/ab-netcat [/bin/sh]"
LABEL org.label-schema.cmd="docker run --rm docker.asifbacchus.app/ab-netcat help"
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"