Skip to content

gotofoo/docker-smb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-smb

SMB File Server

Running the container

  1. Become root:

    sudo su
    
  2. Create a folder for storing the samba configuration and database files

  3. Run the container:

    docker run -d --name smb \
        -p 139:139 -p 445:445 \
        -v /data:/data \
        gotofoo/smb
    
  4. Start the container:

    docker start smb
    

Commands

The following commands are available for the administration of the server.

Add a new user

docker exec -it smb useradd <username>

Change the password of a User

docker exec -it smb passwd <username>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published