1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:15:04 +02:00
dockerfiles/minidlna/Dockerfile

17 lines
192 B
Docker
Raw Normal View History

2016-05-08 15:34:04 +02:00
#
# Dockerfile minidlna
#
FROM alpine
2017-05-08 01:05:07 +02:00
MAINTAINER kev <noreply@easypi.pro>
2016-05-08 15:34:04 +02:00
2016-07-19 01:34:26 +02:00
RUN apk add --no-cache minidlna
2016-05-08 15:34:04 +02:00
VOLUME /opt
WORKDIR /opt
EXPOSE 1900/udp
EXPOSE 8200/tcp
CMD ["minidlnad", "-d"]