-
Notifications
You must be signed in to change notification settings - Fork 286
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
Error: GetResourcePath: BaseFS of container ... with exec command #13002
Comments
Also with Docker Desktop for Mac with experimental containerd enabled and plain
|
Is there have any solution? I don't want use polling anymore... |
Disabling the experimental feature |
v.4.13.0 it worked, closing the issue. |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. /lifecycle locked |
Actual behavior
In WSL2 (Ubuntu) with enabled containerd experimental feature is enabled in Docker i'm get error
GetResourcePath: BaseFS of container ... is unexpectedly nil
when try executedocker-compose exec
command (but it work not with all containers)Expected behavior
docker-compose exec
command correctly works for any containersInformation
v.4.12.0
WSL2
No.
Similar problem: microsoft/vscode-remote-release#7214 (comment)
Output of
& "C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe" check
Steps to reproduce the behavior
docker-compose.yaml
docker-compose up -d
&docker-compose exec test bash
(docker exec -ti ... bash
also didnt work)The text was updated successfully, but these errors were encountered: