-
Notifications
You must be signed in to change notification settings - Fork 19
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
Problem using unoconvert inside docker container #44
Comments
I'll try to see if I can reproduce. Just to confirm - the container has the correct permissions for the mounted volume? Please try the following commands (what output do you get): /data $ id
/data touch test.txt
/data $ ls -la Also, check the README regarding using option Do you get the same error if don't enter the container but convert directly from command line? |
|
It seems that the docker container does not have write access to that directory. For a quick fix do Alternatives are:
|
Thanks, it worked. |
Hi
I have a issue running unoconvert inside the docker container.
Running container
Listing files inside the mounted volume
Command and error
What am I doing wrong?
The text was updated successfully, but these errors were encountered: