Try to build up a samba server in docker.

This commit is contained in:
chsteinle
2021-11-24 10:26:42 +01:00
parent b6c1e7bfbf
commit 9e98b78e78
3 changed files with 64 additions and 1 deletions

25
networking/smb.conf Normal file
View File

@@ -0,0 +1,25 @@
[global]
workgroup = WORKGROUP
server string = Odroid
server role = standalone server
hosts allow = 192.168.178. 127.
security = user
guest account = nobody
passdb backend = tdbsam
dns proxy = no
load printers = no
printcap name = /dev/null
disable spoolss = yes
directory mask = 0755
force create mode = 0644
force directory mode = 0755
[data]
comment = Data
path = /share
read only = no
writable = yes
printable = no
guest ok = no