June 24, 20188 yr 2 minutes ago, Squid said: Shouldn't have anything to do with where the image is mounted. You should post the docker Run command that appears after you finish editing the container. It doesn't complete. It hangs when reloading and when I go to docker there's an orphan image. When I remove the orphan, my settings arent stored when Itry to reinstall via CA previous apps, so I have to install a fresh copy.
June 24, 20188 yr 11 hours ago, Squid said: Shouldn't have anything to do with where the image is mounted. You should post the docker Run command that appears after you finish editing the container. Here's an example where I try to reinstall nzbget after my edit failing where I wanted to set cores. Tried reinstalling a few times and I keep getting this: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='nzbget' --net='br0.11' --ip='192.168.10.86' -e TZ="Europe/London" -e HOST_OS="unRAID" -e 'TCP_PORT_6789'='6789' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/downloads/nzbget/':'/downloads':'rw' -v '/mnt/user/import/':'/import':'rw' -v '/mnt/user/software/':'/software':'rw' -v '/mnt/disks/sl308/appdata/nzbget':'/config':'rw,slave' --cpuset-cpus=0,4,7,13,14,18,21,27 'linuxserver/nzbget' Unable to find image 'linuxserver/nzbget:latest' locally /usr/bin/docker: Error response from daemon: Get https://registry-1.docker.io/v2/linuxserver/nzbget/manifests/latest: received unexpected HTTP status: 503 Service Unavailable. See '/usr/bin/docker run --help'. The command failed. It was a nice idea running docker and appdata on a spare drive, but if I keep having these problems in the week I think I'm going to just add the drive to my pool. I'll loose 125GB, but to be honest that space was free anyway so I don't think I'll miss it. Edit: Just tried again on a different PC and it worked root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='nzbget' --net='br0.11' --ip='192.168.10.86' -e TZ="Europe/London" -e HOST_OS="unRAID" -e 'TCP_PORT_6789'='6789' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/downloads/nzbget/':'/downloads':'rw' -v '/mnt/user/software/':'/software':'rw' -v '/mnt/user/import/':'/import':'rw' -v '/mnt/disks/sl308/appdata/nzbget':'/config':'rw,slave' --cpuset-cpus=0,4,7,13,14,18,21,27 'linuxserver/nzbget' c6c6505ee2cc6c05a24f6324d581dd8d0fa4eba12f6de0b83be5571b0c9af46b The command finished successfully! Edited June 24, 20188 yr by DZMM
Archived
This topic is now archived and is closed to further replies.