Files
docker-transmission/Dockerfile
2016-09-21 09:09:40 +01:00

16 lines
228 B
Docker
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
FROM lsiobase/alpine
MAINTAINER sparklyballs
# install packages
RUN \
apk add --no-cache \
curl \
transmission-daemon
# copy local files
COPY root/ /
# ports and volumes
EXPOSE 9091 51413
VOLUME /config /downloads /watch