Initial commit
This commit is contained in:
8
build/Dockerfile
Normal file
8
build/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM ghcr.io/netbootxyz/netbootxyz
|
||||
|
||||
COPY smb.conf /etc/samba/smb.conf
|
||||
COPY samba.ini /etc/supervisor.d/samba.ini
|
||||
RUN apk add samba \
|
||||
&& adduser isos --disabled-password \
|
||||
&& echo -e "isos\nisos" | smbpasswd -a -s -c /etc/samba/smb.conf isos
|
||||
RUN cat /etc/supervisor.d/samba.ini >> /etc/supervisor.conf
|
||||
Reference in New Issue
Block a user