add ykpersonalize

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle
2015-10-10 21:49:12 -07:00
parent 8273a35ddc
commit 3739c370d1
2 changed files with 43 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Run znc in a container
# Run yubico-piv-tool in a container
#
# docker run --rm -it \
# --device /dev/bus/usb \
@@ -14,5 +14,4 @@ RUN apt-get update && apt-get install -y \
yubico-piv-tool \
&& rm -rf /var/lib/apt/lists/*
ENTRYPOINT [ "yubico-piv-tool" ]
CMD [ "--help" ]
CMD [ "yubico-piv-tool", "--help" ]