2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
Files
dockerfiles_vimagick/samba/Dockerfile
2017-05-01 14:14:27 +08:00

21 lines
304 B
Docker

#
# Dockerfile for samba
#
FROM alpine
MAINTAINER kev <noreply@easypi.info>
RUN apk add --no-cache samba-common-tools samba-server \
COPY ./data/smb.conf /etc/samba/
VOLUME /etc/samba \
/var/lib/samba
EXPOSE 137/udp \
138/udp \
139/tcp \
445/tcp
CMD nmbd -D && smbd -FS