Skip to content

Commit

Permalink
Update Dockerfile (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy authored and jessfraz committed Mar 26, 2018
1 parent dfababc commit c4c0d1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions transmission/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
FROM alpine:latest
LABEL maintainer "Jessie Frazelle <jess@linux.com>"

# machine parsable metadata, for https://github.com/pycampers/dockapt
LABEL "registry_image"="r.j3ss.co/transmission"
LABEL "docker_run_flags"="-d --name transmission \
-v ~/Downloads:/transmission/download \
-p 9091:9091 -p 51413:51413 -p 51413:51413/udp"

RUN apk --no-cache add \
transmission-daemon \
&& mkdir -p /transmission/download \
Expand Down

0 comments on commit c4c0d1d

Please sign in to comment.