Sign inSign up

rodger753/samba-server

By rodger753

Updated over 4 years ago

Image
0

55

rodger753/samba-server repository overview

Important details

this is a samba server forked of pwntr/samba-alpine. All users will have access read only to the samba server and it includes 3 users with write permissions and the users are admin, root and rio.

Create container
docker run \
   -d \
   --network host \
   -v /opt/files:/shared \
   --name samba-server-alpine \
   rodger753/samba-server:64bits
Available users
rio
admin 
root
password for all users is:
root
you can edit the users password by using the following command:
docker exec -it samba-server-alpine sh

------------------------------------------
Change password to root for user root
------------------------------------------
echo -e "root\nroot" | smbpasswd -a -s -c /config/smb.conf root


------------------------------------------
Change password to root for user admin
------------------------------------------
echo -e "root\nroot" | smbpasswd -a -s -c /config/smb.conf admin


------------------------------------------
Change password to root for user rio
------------------------------------------
echo -e "root\nroot" | smbpasswd -a -s -c /config/smb.conf rio
Configuration file

vi /config/smb.conf

Additional Details

This container is a fork of the following docker container
https://hub.docker.com/r/pwntr/samba-alpine

Tag summary

Content type

Image

Digest

Size

27.7 MB

Last updated

over 4 years ago

docker pull rodger753/samba-server:64bits