March 13, 20233 yr Hi all, I just tried to deploy my first own container using an image from dockerhub (https://hub.docker.com/r/derhenning/tgtg). I successfully mapped some variables and also a path to my container, but apparently the container is now allowed to write some text files (tokens) to the mapped folder within "appdata". Can somebody please help me? What do I have to do to make it work? Best regards Stefan
March 13, 20233 yr Community Expert Solution Try chown 1001:1001 /mnt/user/appdata/TGTG_whatevergotblurred That's the user/group this image expects to have https://github.com/Der-Henning/tgtg/blob/main/Dockerfile Edited March 13, 20233 yr by Kilrah
March 14, 20233 yr Author Thank you very much - perfect solution including some explaination. Thanks a lot!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.