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.
docker run \
-d \
--network host \
-v /opt/files:/shared \
--name samba-server-alpine \
rodger753/samba-server:64bits
rio
admin
root
root
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
vi /config/smb.conf
This container is a fork of the following docker container
https://hub.docker.com/r/pwntr/samba-alpine
Content type
Image
Digest
Size
27.7 MB
Last updated
over 4 years ago
docker pull rodger753/samba-server:64bits