Replies: 1 comment
-
|
I haven't played with remapping yet so I can't reproduce your setup here... I'd take a look at setting Optionally, you can disable the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've followed the steps at this helpful link to create a user 'dockremap' who exists in my
/etc/docker/daemon.jsonas-below:{ "userns-remap": "dockremap", "experimental": false, "live-restore": true, "ipv6": false, "no-new-privileges": true }additionally I have /etc/subuid
dockremap:<dockremapsuid>:65536and subgiddockremap:<dockremapsgid>:65536Finally -- I have built my docker container with your prebuilt image command and am trying to run it with the following command:
docker run --publish 30000:30000/tcp --volume <my_homedir>/vttdata:/data fvtt-prebuilt:0.7.9The intent is to run foundry vtt in a container, but to persist my data in my home directory. However, when I run the above, I get the following error:
It seems that the docker container might be trying to chown data -- I have already confirmed that <my_homedir>/vttdata is chowned to 'dockremap:dockremap'
Any idea what I might be missing, here?
Beta Was this translation helpful? Give feedback.
All reactions