Commit 8de2281f authored by Marvin's avatar Marvin Committed by GitHub

add registrty.tdb

parent ca96fd91
...@@ -8,7 +8,9 @@ RUN export samba_version=4.9.1 \ ...@@ -8,7 +8,9 @@ RUN export samba_version=4.9.1 \
&& apt-get -q -y install samba \ && apt-get -q -y install samba \
\ \
&& apt-get -q -y clean \ && apt-get -q -y clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
\
&& touch /var/lib/samba/registry.tdb
VOLUME ["/shares"] VOLUME ["/shares"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment