Skip to content

Commit

Permalink
Fixed labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Schiffer committed May 13, 2016
1 parent 8148a8b commit bac12de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dockerfiles/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM nginx:stable-alpine
MAINTAINER "Peter Schiffer" <pschiffe@redhat.com>

LABEL Vendor="docker101" \
Name="docker101-nginx" \
Version="1.10" \
Release="1" \
Architecture="x86_64" \
LABEL Vendor="docker101"
LABEL Name="docker101-nginx"
LABEL Version="1.10"
LABEL Release="1"
LABEL Architecture="x86_64"

LABEL INSTALL="docker run --rm --privileged -v /:/host -e HOST=/host -e NAME=${NAME} -e IMAGE=${IMAGE} IMAGE /bin/install.sh"
LABEL UNINSTALL="docker run --rm --privileged -v /:/host -e HOST=/host -e NAME=${NAME} -e IMAGE=${IMAGE} IMAGE /bin/uninstall.sh"
Expand Down

0 comments on commit bac12de

Please sign in to comment.