-
Hi folks. I've been messing around with my portainer for days and can't get it to work. I have a Raspi 5 and use the system dietpi with a sd card. I have an Argon one for my case. In this case I have installed a Nvme and is already mounted. Unfortunately I can't manage to integrate the volume via portainer the jdownloader. How do I manage to integrate my nvme. I don't want to delete the nvme because my movie collection is on it and I also have access via samba. I would be really happy if someone could help me. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 replies
-
Can't anyone help me with this? I have been trying for days and unfortunately have not been successful. |
Beta Was this translation helpful? Give feedback.
-
You need to map a directory from the host to a directory inside the container. This is done by adding a "volume mapping". This might help: https://docs.portainer.io/user/docker/containers/advanced#volumes |
Beta Was this translation helpful? Give feedback.
-
Thanks for the information. I already know that I can select a volume, but don't I have to create a volume beforehand? I have problems with that. I can't find my external hard disk and I don't know how to insert it. It is mounted and contains data. I would appreciate a little tip |
Beta Was this translation helpful? Give feedback.
-
I have mounted the hard disk directly on the dietpi. Jdownloader runs via Docker. However, I do not see my hard disk when creating a volume. As soon as I want to create a volume, it is created on my sd card. I am currently at work. As soon as I get home I can take pictures. |
Beta Was this translation helpful? Give feedback.
-
You are great! It's very simple, but I really had a mistake in my thinking. Thank you very much for your support. Now it works and I've done a test. I'm so happy. |
Beta Was this translation helpful? Give feedback.
This is completely wrong configured.
container: is the path in the container
volume: is a docker volume on the host.
portainer_data
is the volume where portainer saves the dataRemove the
/mnt/filme
and change the/output
from volume to binding and insert the binding path/mnt/file
, if this is the directory of the mounted disk on the host.