1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:16:44 +02:00
dockerfiles/samba/arm/Dockerfile

21 lines
320 B
Docker
Raw Normal View History

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