From b7a00eb1eb066b8ea723dcd637e08c423aec8b39 Mon Sep 17 00:00:00 2001 From: Dev Aggarwal Date: Fri, 23 Mar 2018 18:36:05 +0530 Subject: [PATCH] Update Dockerfile (#363) --- couchpotato/Dockerfile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/couchpotato/Dockerfile b/couchpotato/Dockerfile index d1b0b05..5aea077 100644 --- a/couchpotato/Dockerfile +++ b/couchpotato/Dockerfile @@ -12,6 +12,16 @@ FROM alpine:latest LABEL maintainer "Jessie Frazelle " +# machine parsable metadata, for https://github.com/pycampers/dockapt +LABEL "registry_image"="r.j3ss.co/couchpotato" +LABEL "docker_run_flags"="-d \ + --restart always \ + -p 5050:5050 \ + -v /etc/localtime:/etc/localtime:ro \ + -v /volumes/couchpotato:/data \ + --link transmission:transmission \ + --name couchpotato" + RUN apk add --no-cache \ ca-certificates \