samba-container (sha256:3ff1a6c6b7a7d55edb9a0e8d7a729da87bbae91d13c0a1b46f77738173f9ca9e)
Installation
docker pull git.andr3w.net/amd/samba-container@sha256:3ff1a6c6b7a7d55edb9a0e8d7a729da87bbae91d13c0a1b46f77738173f9ca9e
sha256:3ff1a6c6b7a7d55edb9a0e8d7a729da87bbae91d13c0a1b46f77738173f9ca9e
Image Layers
ADD file:5f1a343224e8486690bd90dd1e50c8d84b3d770c51bb6829544e5cf650c0419c in / |
CMD ["bash"] |
RUN /bin/sh -c apt-get update && apt-get install -y samba # buildkit |
ARG SMBUSER=share |
ARG SMBPW=do_not_use_insecure |
RUN |2 SMBUSER=share SMBPW=do_not_use_insecure /bin/sh -c groupadd -g 5858 "$SMBUSER" && useradd -u 5858 -g 5858 "$SMBUSER" && (echo "$SMBPW";echo "$SMBPW") | smbpasswd -sa "$SMBUSER" # buildkit |
EXPOSE map[137/udp:{} 138/udp:{} 139/tcp:{} 445/tcp:{}] |
RUN |2 SMBUSER=share SMBPW=do_not_use_insecure /bin/sh -c mkdir /share && chown $SMBUSER:$SMBUSER /share && chmod 0777 /share # buildkit |
VOLUME [/share] |
COPY ./etc /etc # buildkit |
COPY run.sh ./ # buildkit |
CMD ["/bin/sh" "-c" "./run.sh"] |
Details
Versions (5)
View all
2023-03-10
2023-03-10
latest
2023-03-10
2023-03-07
2023-03-07
2023-03-02
2023-03-03
2023-02-28
2023-02-28