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
Currently rootless runc will panic when we exec into a container due to missing /sys within the container.
Issue on runc open here: opencontainers/runc#2573
Discussion thread here: #1627 (comment)
Current work around proposal is to mount /sys and /sys/fs/cgroup into the container. This was attempted in 4b51fbd but caused further test failures which needs to be diagnosed and resolved.
The text was updated successfully, but these errors were encountered:
Work related to #749 left over from #1627
Currently rootless runc will panic when we exec into a container due to missing /sys within the container.
Issue on runc open here: opencontainers/runc#2573
Discussion thread here: #1627 (comment)
Current work around proposal is to mount /sys and /sys/fs/cgroup into the container. This was attempted in 4b51fbd but caused further test failures which needs to be diagnosed and resolved.
The text was updated successfully, but these errors were encountered: