Sign inSign up

twistify/anonymous-samba

By twistify

Updated over 9 years ago

Container providing a simple anonymous (no password) samba share.

Image
1

3.8K

twistify/anonymous-samba repository overview

Simple Anonymous Samba Share

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!).

Using The Image

minimal docker run

docker run --name samba -it -d -p 445:445 twistify/anonymous-samba

persisting storage

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

accessing the share

Go to smb://your-server-ip-or-url/ with your samba client. You can login as guest without a password.

version

0.2

Tag summary

Content type

Image

Digest

Size

13.1 MB

Last updated

over 9 years ago

docker pull twistify/anonymous-samba