Dockerfile setup volumes

This commit is contained in:
David Personette 2015-09-11 11:32:35 -04:00
parent 30b6464928
commit e17cd1e49c

View File

@ -21,7 +21,8 @@ RUN export DEBIAN_FRONTEND='noninteractive' && \
echo '' >> /etc/samba/smb.conf
COPY samba.sh /usr/bin/
VOLUME ["/etc/samba"]
VOLUME ["/run", "/tmp", "/var/cache", "/var/lib", "/var/log", "/var/tmp", \
"/etc/samba"]
EXPOSE 139 445