A lightweight docker image running on samba on Alpine Make sure to have docker before you start
- Clone the repository:
git clone https://github.com/sivabalansm/samba-docker.git
- In the
.envfile, replace<your-username>and<your-password>with your username and password. You may also replace/mnt/storageif you have another location for the storage of your files otherwise it will be created at runtime:
USERNAME=<your-username>
PASSWORD=<your-password>
LOCATION=/mnt/storage
- (optional) You can modify the
smb.conffile to exclude or include shares. By default<you-username>,dataandguestshares are created.
- Run:
docker compose up
- Place files and folders using a client of your choice.