Coder.comC
Coder.com3mo ago
13 replies
TakeHime

sysbox-runc shim v3 issue

I have some issue that might need you guys help.

I have coder running half a year ago with sysbox-runc.
Recently when I try to run it inside my workspace it basically have this error

coder@website:~$ docker run -v /var/run/docker.sock:/var/run/docker.sock -it alpine sh
Unable to find image 'alpine:latest' locally
latest: Pulling from library/alpine
2d35ebdb57d9: Pull complete 
Digest: sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
Status: Downloaded newer image for alpine:latest
docker: Error response from daemon: failed to create task for container: Unimplemented: failed to start shim: start failed: unsupported shim version (3): not implemented

Run 'docker run --help' for more information

coder@website:~$ docker run -it alpine sh
docker: Error response from daemon: failed to create task for container: Unimplemented: failed to start shim: start failed: unsupported shim version (3): not implemented

Run 'docker run --help' for more information


This happens usually while there are case where if I restart my coder instance it works like normal.
Coder is running inside a VM Which is running Ubuntu 24.04.02
Coder is v2.21.0
Was this page helpful?