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 \