FROM alpine RUN apk --no-cache add transmission-daemon ENTRYPOINT ["/usr/bin/transmission-daemon", "--foreground", "--config-dir", "/config"]