commit d144f52d9702b22f88edaa0ff4364fd6efd88a57 Author: Peter Tillemans Date: Sat Aug 17 04:26:43 2024 +0200 initial commit diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..261d51d --- /dev/null +++ b/Makefile @@ -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 diff --git a/samples/hello.txt b/samples/hello.txt new file mode 100644 index 0000000..f96efad --- /dev/null +++ b/samples/hello.txt @@ -0,0 +1 @@ +Hello, Samba