Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

All-in-one Docker image with Samba and Avahi configured to provide simple anonymous file sharing.

License

NotificationsYou must be signed in to change notification settings

b0ch3nski/samba-insecure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

licensereleaseissues

All-in-one Docker image withSamba andAvahi configured to provide simple anonymous file sharing.

usage

docker run \    --detach \    --name="samba" \    --restart unless-stopped \    --network host \    --volume"/tmp/smb:/storage:rw" \    --env SMB_GROUP="$(id -gn)" \    --env SMB_GID="$(id -g)" \    --env SMB_USER="$(id -un)" \    --env SMB_UID="$(id -u)" \    --env ENABLE_AVAHI="true" \    b0ch3nski/samba-insecure:latest

Alternatively try provideddocker-compose.yml:

SMB_GROUP="$(id -gn)" SMB_GID="$(id -g)" SMB_USER="$(id -un)" SMB_UID="$(id -u)" docker compose up --detach

I recommend going throughinit.sh for a better understanding how this works.

disclaimer

This project was made for fun and learning purposes and shall not be used in real workloads. Use it with extra care andonly at your own risk.

About

All-in-one Docker image with Samba and Avahi configured to provide simple anonymous file sharing.

Topics

Resources

License

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp