Cannot run Docker in Docker anymore
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "proc" to rootfs at "/proc": mount src=proc, dst=/proc, dstFd=/proc/thread-self/fd/9, flags=0xe: no such file or directory: unknown.
I've tried trouble shooting by
- using different versions of Docker Engine in the workspaces
- using different versions of Coder docker image
- recreating workspaces
- used different templates and users
- comparing output of
docker inspect for containers to see what might differSo far my only conclusion is that old workspaces created before this week still work fine but any new ones I created will have the above error. Anyone else have or has had this problem? What else can I do to trouble shoot?
Cheers /Jon
Works if downgrading containerd to version 1.7.23
RUN apt-get --reinstall install -y --allow-downgrades containerd.io=1.7.23-1
