From 0474fa840c90a788b7fd9153b56b37e0a23c5092 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Thu, 17 Oct 2019 01:01:09 -0600 Subject: [PATCH] update labels --- build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index f9ac48c..60b5cce 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -12,8 +12,8 @@ RUN apk --no-cache add git \ # standardized labels LABEL maintainer="Asif Bacchus " -LABEL org.label-schema.cmd="" -LABEL org.label-schema.description="" +LABEL org.label-schema.cmd="docker run -d --name ab-nginx [--env-file ab-nginx.params] [-v certs:/certs] ab-nginx" +LABEL org.label-schema.description="NGINX-mainline-alpine with more logical file location layout and automatic SSL set up if certificates are provided." LABEL org.label-schema.name="ab-nginx" LABEL org.label-schema.schema-version="1.0" LABEL org.label-schema.url="https://git.asifbacchus.app/ab-docker/ab-nginx"