You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
I'm running podman as my container tool and it works differently than Docker.
When I try to run the container, I got the following:
chown: changing ownership of '/app/working': Operation not permitted
chown: changing ownership of '/app/output': Operation not permitted
chown: changing ownership of '/app/configuration.local.json': Operation not permitted
I've created p2g:p2g user and group with UID 1015 both.
I've created config files and folders as needed and gave them the
Problem
I'm running podman as my container tool and it works differently than Docker.
When I try to run the container, I got the following:
I've created p2g:p2g user and group with UID 1015 both.
I've created config files and folders as needed and gave them the
Logs if applicable
Installation:
Additional context
I tried to use podman-compose as well, but it gives similar results.
My docker-compose.yaml file:
I have a suspicion that this is due to this: https://github.com/philosowaffle/peloton-to-garmin/blob/master/docker/entrypoint.sh#L4
When I run it as user I got permission denied error:
{"msg":"exec container process `/app/entrypoint.sh`: Permission denied","level":"error","time":"2023-04-24T19:37:46.722701Z"}
The text was updated successfully, but these errors were encountered: