December 16, 20178 yr when I pass through a file to the docker,the docker can't remove or modify the file,even the path is read and write How can I fix this? p.s. if more detail is needed,please ask for it
December 16, 20178 yr Author Just now, Squid said: Specific example? I want to store the passwd file of a docker in the appdata,so my users data wouldn't lost,so I copy the passwd file to appdata/docker-extra and pass through appdata/docker-extra/passwd to /etc/passwd,but it is read only in the docker(I pass through that with read and write permission
December 16, 20178 yr k. Nothing particularly out of the ordinary though, since the container has its own permissions & user ids that its setting and honoring. lsio gets around this by using PGID and PUID settings on their containers to allow the host to be able to easily modify the files within appdata
December 16, 20178 yr Author 39 minutes ago, Squid said: k. Nothing particularly out of the ordinary though, since the container has its own permissions & user ids that its setting and honoring. lsio gets around this by using PGID and PUID settings on their containers to allow the host to be able to easily modify the files within appdata Is there a way to make the users will not disappear after I update the docker?
December 16, 20178 yr Just now, TheBlueKingLP said: Is there a way to make the users will not disappear after I update the docker? Which container? If its one available here, post in their support thread. If not, probably best to chat up the linuxserver guys on their discord site to find out what they do to handle situations like this.
December 16, 20178 yr Author 1 minute ago, Squid said: Which container? If its one available here, post in their support thread. If not, probably best to chat up the linuxserver guys on their discord site to find out what they do to handle situations like this. openvpn-as by linuxserver
December 16, 20178 yr Read the OP and check the github directions as linked in the OP. The video by @gridrunner is slightly outdated on setting it up. LSIO already fixed that problem with users disappearing after an update AFAIK
December 16, 20178 yr Author 1 minute ago, Squid said: Read the OP and check the github directions as linked in the OP. The video by @gridrunner is slightly outdated on setting it up. LSIO already fixed that problem with users disappearing after an update AFAIK ok,thank you for helping
December 16, 20178 yr 2 hours ago, TheBlueKingLP said: ok,thank you for helping I have made a new video that you may find helpful here https://youtu.be/EfBvvilnasU
Archived
This topic is now archived and is closed to further replies.