-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run with other User:Group #3
Comments
Hi, Thanks for the positive feedback. Are you sure you need to install ffmpeg in the host system? As mentioned above and readable in the dockerfile I'm using a baseimage where on top I compile and build ffmpeg. I would recommend keeping it with root as the container has a rather limited connection to your host in my opinion. |
First of all, I use google translate because my english is really bad, I hope this doesn't necessarily mean something is lost Yes I'm pretty sure. First I installed the container without FFMPEG on the host and after the container copied the files to the original in the temp folder nothing happened and auto-m4b-tool.log looked like this over and over again: /auto-m4b-tool.sh: line 31: parts: bad array subscript The container log file itself repeats the following over and over again: The folder supervise will be merged to /temp/untagged/supervise.m4b If I now installed ffmpeg on the host it looks like this: *** Booting runit daemon... and all works fine Edit: As I said, I don't really know anything about Docker and I still have to read up on it, is it probably because line 8 in your Dockerfile is commented out? |
hello, first of all thank you very much for the container.
I would like to note that it might be helpful to note in the readme for a bit confused people like me that ffmpeg needs to be installed on the host or alternatively include it in the container.
But now to my little problem. I'm not really well versed in Docker containers. I would like to run the container as a user other than root. I tried to specify another user in the docker-compose file, but then access rights are missing within the container. Does anyone have an idea for me?
The text was updated successfully, but these errors were encountered: