SMB File Server
-
Become root:
sudo su
-
Create a folder for storing the samba configuration and database files
-
Run the container:
docker run -d --name smb \ -p 139:139 -p 445:445 \ -v /data:/data \ gotofoo/smb
-
Start the container:
docker start smb
The following commands are available for the administration of the server.
docker exec -it smb useradd <username>
docker exec -it smb passwd <username>