From d144f52d9702b22f88edaa0ff4364fd6efd88a57 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Sat, 17 Aug 2024 04:26:43 +0200 Subject: [PATCH] initial commit --- Makefile | 5 +++++ samples/hello.txt | 1 + 2 files changed, 6 insertions(+) create mode 100644 Makefile create mode 100644 samples/hello.txt 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