initial commit

This commit is contained in:
Peter Tillemans 2024-08-17 04:26:43 +02:00
commit d144f52d97
2 changed files with 6 additions and 0 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
servers-start:
docker run --name test-smb -p 4139:139 --rm -p 4445:445 -v `pwd`/samples/:/mnt/export --rm -d dperson/samba -p -u "joe;schmoe" -s "export;/mnt/export/"
servers-stop:
docker stop test-smb

1
samples/hello.txt Normal file
View file

@ -0,0 +1 @@
Hello, Samba