How how run document_exporter in docker container #1264
Replies: 1 comment 1 reply
-
You are not running our official paperless-ng docker image ( Please try again with our official paperless-ng image. You can either install it as docker with our installation script (documentation) or you can skip that part and do a custom docker install yourself. Once that works for you, head over to our documentation that describes the backup process here and read it. You are especially interested in the document exporter section. Regarding your question: Looks like the -v /volume1/docker/paperless:/config \
-v /volume1/paperless_data:/data \ I can not tell you how that should look like, because it depends on the installation inside the docker container. Since you don't use our container build, the paths may vary. If you still like to use the Hope that helps. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I am new to docker so sorry if it is a stupid question
I am trying to run document_exporter in a docker container like this:
sudo docker exec -it paperless-ng document_exporter /data/export
I am getting error:
OCI runtime exec failed: exec failed: container_linux.go:367: starting container process caused: exec: "document_exporter": executable file not found in $PATH: unknown
I am running container like this:
What am I doing wrong?
THanks.
Beta Was this translation helpful? Give feedback.
All reactions