You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed runsc and configured it in containerd using the quickstart. Then attempting to run a trivial container via ctr results in a hang at startup. Here is the ps output:
It appears that docker doesn't use the runsc shim, but rather uses the normal runc shim and provides a secondary binary name. When I do that using the containerd go api directly by using, as an argument to NewContainer:
Description
Installed runsc and configured it in containerd using the quickstart. Then attempting to run a trivial container via
ctr
results in a hang at startup. Here is the ps output:Steps to reproduce
Perform basic install, run:
runsc version
docker version (if using docker)
No response
uname
Linux mu 5.15.0-78-generic #85-Ubuntu SMP Fri Jul 7 15:25:09 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
kubectl (if using Kubernetes)
No response
repo state (if built from source)
No response
runsc debug logs (if available)
I'm unable to figure out how to produce the runsc logs when using running directly via containerd.
The text was updated successfully, but these errors were encountered: