Closed fandan closed 7 months ago
@hobeone ☝️, related to #94
Will take a look but I suspect that it could be related to the line zwift.sh:
$([ "$CONTAINER_TOOL" = "podman" ] && echo '--userns=keep-id')
I don't think that's necessary anymore after the changes in #94. I've never used podman but looking at the docs I think either deleting it or setting it to the empty string might work.
My guess is that when you set --userns=keep-id
entrypoint isn't running as root in the container as it does with docker.
@fandan could you give that a shot and see if it gets it working?
Will take a look but I suspect that it could be related to the line zwift.sh:
$([ "$CONTAINER_TOOL" = "podman" ] && echo '--userns=keep-id')
I don't think that's necessary anymore after the changes in #94. I've never used podman but looking at the docs I think either deleting it or setting it to the empty string might work.
My guess is that when you set
--userns=keep-id
entrypoint isn't running as root in the container as it does with docker.@fandan could you give that a shot and see if it gets it working?
I just tried removing that line in my podman setup and I was able to boot Zwift successfully.
@nibbles-bytes , @hobeone: Removing --userns=keep-id
solved the problem. Now zwift is starting again. Thanks.
When I start the container I get the following error message:
I suspect this comes from using gosu in entrypoint.sh and removing the sudo param. gosu doesn't seem to be supported by podman. Few days ago zwift runs without problems.