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
docker exec -it ubuntu-2 ls
OCI runtime exec failed: exec failed: unable to start container process: open /dev/ptmx: no such file or directory: unknown
docker exec -it ubuntu-2 /bin/bash
OCI runtime exec failed: exec failed: unable to start container process: open /dev/ptmx: no such file or directory: unknown
The text was updated successfully, but these errors were encountered:
seanvaleo
changed the title
Unable to exec into existing container after re-adding a scope rule
Unable to exec into container after re-adding a scope rule
Jul 20, 2023
It's highly possible that we are configuring the container as a "new container" , then configuring the container as an "existing container", which would result in duplicate mounts etc.
Reproduction steps:
The text was updated successfully, but these errors were encountered: