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
Any plans to fix it? Its broken since July or mb earlie
There is nothing that can be fixed from the image. The two solutions from my link above: use the -bullseye images, or update libseccomp and docker on the host running the containers.
Root cause: it is Docker with libseccomp. Newer syscalls used in Debian Bookworm packages/libs are being blocked.
libseccomp lets you configure allowed syscalls for a process. Docker sets a default seccomp profile for all containers such that only certain syscalls are allowed and everything else is blocked (so, newer syscalls that are not yet known to libseccomp or docker are blocked).
Environment
Expected Behavior
It should start the interactive shell successfully
Current Behavior
it throws error below
See screenshot where first part shows error but the second execution works fine
Possible Solution
No idea
Steps to Reproduce
docker run -it node:18 /bin/sh
See errors
But if you run
docker run -it node:18-bullseye /bin/sh
it successfully launchesAdditional Information
The text was updated successfully, but these errors were encountered: