1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-08 04:04:42 +02:00
dockerfiles/samba/arm/Dockerfile

21 lines
320 B
Docker
Raw Normal View History

2016-05-06 16:44:49 +02:00
#
# Dockerfile for samba-arm
#
FROM easypi/alpine-arm
MAINTAINER EasyPi Software Foundation
2017-05-01 08:14:27 +02:00
RUN apk add --no-cache samba-common-tools samba-server \
2016-05-06 16:44:49 +02:00
2017-05-01 08:14:27 +02:00
COPY ./data/smb.conf /etc/samba/
2016-05-06 16:44:49 +02:00
VOLUME /etc/samba \
/var/lib/samba
EXPOSE 137/udp \
138/udp \
139/tcp \
445/tcp
CMD nmbd -D && smbd -FS