-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Permission issue when running with the rootless docker or podman.
To reproduce
- Have rootless podman configured
- Run the following command
podman run --rm -it -v "$(pwd)":/app "orhunp/linuxwave:${TAG:-latest}"
You'll get the error
Reading 96 bytes from /dev/urandom
Saving to output.wav
Error occurred: error.AccessDenied
Expected behavior
Having output.wav in the current directory
Software information
- OS: Arch linux
- Rootless podman
Additional context
Solution
Remove those lines from the Dockerfile
chown 1000:1000 output.wav
USER 1000:1000
Note
You can remove -it option for docker or podman, it's not needed
Nice tool, GJ 💯
orhun
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working