Archive - Share Docker Volume folder in test environment
Install Samba
…
Edit smb.conf
1
nano /etc/samba/smb.conf
1
2
3
4
5
6
7
8
[Volume]
path = /var/lib/docker/volumes
valid users = shareuser
force user = root
browseable = yes
writeable = yes
1
smbpasswd -a shareuser
This post is licensed under CC BY 4.0 by the author.