Issue updating a docker app


Adrian

Recommended Posts

Not sure if this falls under a general Docker issue or if it's specific to the docker application.

 

 

I just tried using the update option on a docker app and I got this error:

 

Quote


root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="sickrage" --net="bridge" -e TZ="America/New_York" -e HOST_OS="unRAID" -e "PGID"="100" -e "PUID"="99" -p 8081:8081/tcp -v "/mnt/user/downloads/complete/":"/downloads":rw -v "/mnt/user/TV Shows/":"/tv":rw -v "/mnt/user/appdata/sickrage":"/config":rw linuxserver/sickrage

/usr/bin/docker: Error response from daemon: Conflict. The name "/sickrage" is already in use by container 7bd07d554d4a0c63adfb41fd2d5bee357015fb31130e91699a01a48ab5163f2a. You have to remove (or rename) that container to be able to reuse that name..
See '/usr/bin/docker run --help'.

The command failed.

 

 

To me it sounds like an error you'd get if you tried to install a duplicate docker app with the same name, but I'm doing this as an update, so not sure why it's complaining about the container name.

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.