-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[docker] user-namespaced Docker exec doesn't work #2123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is due to the proc bind mount. Instead we should mount a proper proc for each container. |
PR is ready at #3019 |
Sorry to raise this but I'm facing the same issue today after your PR has been merged
If I get the container name via
This is running on your gitpod.io and not self-hosted. |
@csweichel I thought we should wait for a new release, for this update to take effect in gitpod.io? |
I just tested it again, and now it seems to work! You can test it here - |
Describe the bug
Docker exec does not work
Errors with
Steps to reproduce
start a docker container e.g. docker run -it alpine
open new terminal
Get the name of the created container via docker container ls
try
docker exec <container name> ls
The text was updated successfully, but these errors were encountered: