initial commit
This commit is contained in:
commit
d144f52d97
2 changed files with 6 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal 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
1
samples/hello.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Hello, Samba
|
Loading…
Reference in a new issue