I have set all the volumes to 'public' and the container can now write.
Is this the right process?
Portainer Community Edition is a lightweight service delivery platform for containerized applications that can be used to manage Docker, Swarm, Kubernetes and ACI environments.
I have set all the volumes to 'public' and the container can now write.
Is this the right process?
I hate Samba.
I chmod 2775 my shared folder And set guest account = shareowner
Then in your share:
public = yes # or guest ok = yes
writeable = yes # or writable = yes or read only = no
create mask = 0660
directory mask = 0770
force user = shareowner
Where shareowner is the user that owns that share, and all subs. Shareowner is in a samba user with a PW.
Login as shareowner, and you should be okay
Thank You