We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4630978 commit 6740e2aCopy full SHA for 6740e2a
images/ad-server/Containerfile.opensuse
@@ -37,6 +37,7 @@ RUN zypper --non-interactive install --no-recommends \
37
zypper clean;
38
RUN ln -sf /usr/share/sambacc/examples/addc.json /etc/samba/container.json
39
RUN rm -rf /etc/samba/smb.conf
40
+RUN cp /usr/etc/nsswitch.conf /etc/nsswitch.conf
41
42
43
ENV SAMBACC_CONFIG="/etc/samba/container.json:/etc/samba/users.json"
images/server/Containerfile.opensuse
@@ -35,6 +35,9 @@ RUN zypper --non-interactive install --no-recommends \
35
sambacc && \
36
RUN ln -sf /usr/share/sambacc/examples/minimal.json /etc/samba/container.json
+
VOLUME ["/share"]
0 commit comments