This Docker image provides a simple SMB (Samba) and FTP server with anonymous read/write access, designed for easy file sharing. It supports multi-architecture platforms including amd64 and arm64.
Features
To start the container, use the following command:
docker run -d \
-v /path/to/shared/folder:/media/share \
-p 21:21 -p 139:139 -p 445:445 \
--cap-add SYS_ADMIN \
--security-opt "apparmor=unconfined" \
tobysmyki/anoshare:latest
Access the Shared Folder
SMB (Samba):
FTP:
Environment Variables
You can customize the container using the following environment variables:
ALPINE_VERSION: Specify the Alpine Linux version (default: latest).
Content type
Image
Digest
sha256:255d09be3…
Size
23.7 MB
Last updated
over 1 year ago
docker pull tobysmyki/anoshare