update comments and label descriptions

This commit is contained in:
Asif Bacchus 2020-02-07 07:52:22 -07:00
parent 1724b25dcc
commit 4401e1b2b6
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# simple netcat (BSD) persistent echo server running on port 5555
# simple netcat (BSD) persistent "listen" server running on port 5555
# running on Alpine Linux
FROM alpine:3.11
@ -6,7 +6,7 @@ FROM alpine:3.11
# standardized labels
LABEL maintainer="Asif Bacchus <asif@bacchus.cloud>"
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.description="Persistent netcat (BSD) listen server on Alpine Linux"
LABEL org.label-schema.name="ab-netcat"
LABEL org.label-schema.schema-version="1.0"
LABEL org.label-schema.url="https://git.asifbacchus.app/ab-docker/ab-netcat"