docker: Error response from daemon: failed to start shim: no space left on device: unknown.


Recommended Posts

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.

 

image.thumb.png.4d6f1e59f7ee563a24ac8a09dafefb1c.png

thecloud-diagnostics-20230530-2238.zip

Edited by juchong
Link to comment
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 by beinghitesh
Link to comment
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.

  • Like 1
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.