July 6, 20214 yr I am trying to add a docker container and when I fill out the paths and try and install it, I get the following error: Duplicate mount point: /data. All my dockers are pointing to /data How can I get around this error?
July 6, 20214 yr Community Expert I think that means you have attempted to map something to /data twice for the same container
July 6, 20214 yr Author I think its happening because I am adding a custom container path that points to: /mnt/user/downloads/completed/TV The container path for this is: /data This container path is shared with another docker, could that be the issue? I'm just not sure how to get around this.
July 6, 20214 yr 14 minutes ago, ashman70 said: This container path is shared with another docker, could that be the issue? Should not be the issue, I have several containers pointing to similar paths (Jellyfin and Plex for example).
July 6, 20214 yr Community Expert 14 minutes ago, ashman70 said: I think its happening because I am adding a custom container path that points to: /mnt/user/downloads/completed/TV The container path for this is: /data This container path is shared with another docker, could that be the issue? I'm just not sure how to get around this. No, it is perfectly acceptable for different containers to have the same mount point. I think it means you are trying to map it twice for the same container. Make sure you can see all mappings for each container.
April 25, 20224 yr 34 minutes ago, Rolox said: HOW DID U FIGURE IT OUT???? probably via the docker run command which tells you everything on most errors you need to know
March 28, 20242 yr When I had this error it because I had more than one path going to the same location (copy/paste error)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.