May 31, 20233 yr It looks like I've also run into some of the Docker issues others have found recently. I'm not able to edit or start containers for some reason. I've verified that the docker.img and destination drive (/mnt/containers/) has sufficient space. Docker containers seem to be unstable after a reboot and cannot be edited. Help! docker run -d --name='unpackerr' --net='bridge' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e HOST_HOSTNAME="thecloud" -e HOST_CONTAINERNAME="unpackerr" -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='002' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='https://hotio.dev/webhook-avatars/unpackerr.png' -v '/mnt/containers/appdata/unpackerr/':'/config':'rw' -v '/mnt/user/data':'/data':'rw' 'cr.hotio.dev/hotio/unpackerr' 90b192dd883262e3983c7995d8a1160d2b7016fd747470472e6b8876ea458afd docker: Error response from daemon: failed to start shim: symlink /var/lib/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/90b192dd883262e3983c7995d8a1160d2b7016fd747470472e6b8876ea458afd /var/run/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/90b192dd883262e3983c7995d8a1160d2b7016fd747470472e6b8876ea458afd/work: no space left on device: unknown. The command failed. thecloud-diagnostics-20230530-2238.zip Edited May 31, 20233 yr by juchong
May 31, 20233 yr Author For anyone looking for a solution: I resolved this by stopping the Docker process, deleting the image, and reinstalling each container. Unraid seems to have made old Docker configurations incompatible with the latest OS version.
June 2, 20233 yr On 5/31/2023 at 2:29 PM, juchong said: For anyone looking for a solution: I resolved this by stopping the Docker process, deleting the image, and reinstalling each container. Unraid seems to have made old Docker configurations incompatible with the latest OS version. @juchong Thank you so much for sharing this. I am in the exact same boat. When you reinstall each container template, does it carry forward all the settings? Or would I need to reconfigure everything? Edited June 2, 20233 yr by beinghitesh
June 3, 20233 yr On 6/2/2023 at 7:20 PM, beinghitesh said: When you reinstall each container template, does it carry forward all the settings? Or would I need to reconfigure everything? If you choose the same template it should use the last running settings. When i do this just add container -> select template -> hit apply and everything is like it was never removed.
June 4, 20233 yr Thanks. I've been fighting this issue for a day now. Will try your suggestions. UPDATE: Seems to have worked. PITA. Edited June 4, 20233 yr by The_Holocron
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.