Container providing a simple anonymous (no password) samba share.
3.8K
Creates a container which provides an anonymous samba share.
The share is able to be accessed as a guest user with no password, and is set up for both read and write access.
This has been designed to be used within the confines of your firewalled network (please don't put on an internet facing server!).
docker run --name samba -it -d -p 445:445 twistify/anonymous-samba
The public share is stored under the /data directory and can be mapped to the host as a volume. This allows for persistence of data (eg. between image upgrades).
docker run --name samba -it -d -p 445:445 -v samba-data:/data twistify/anonymous-samba
Go to smb://your-server-ip-or-url/ with your samba client. You can login as guest without a password.
0.2
Content type
Image
Digest
Size
13.1 MB
Last updated
over 9 years ago
docker pull twistify/anonymous-samba