Sign inSign up

udkyo/smb

By udkyo

Updated over 8 years ago

Simple samba sharing

Image
0

1.0K

udkyo/smb repository overview

smb

Simple samba sharing via docker

Run with -t, port 445 forwarded, and the folder you want to share mounted at /shared. Optionally, include user and pass env vars to specify login credentials:

docker run --rm -d -t -p 445:445 -e user=foo -e pass=bar -v /your/local/path:/shared udkyo/smb

You'll then be able to connect to smb://x.x.x.x/shared

If no username and password are provided, no username and password will be required to connect.

Tag summary

Content type

Image

Digest

Size

14.5 MB

Last updated

over 8 years ago

docker pull udkyo/smb