Skip to content
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

docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:319: getting the final child's pid from pipe caused \"EOF\"": unknown. #1963

Closed
chaoskidneo77 opened this issue May 9, 2020 · 3 comments

Comments

@chaoskidneo77
Copy link

Does this occur consistently?
Repro steps:

Action: docker-attach
Error type: NoResouceFoundError
Error Message: No running containers are available to attach.

Version: 1.1.0
OS: win32
OS Release: 10.0.17763
Product: Visual Studio Code
Product Version: 1.45.0
Language: en

Call Stack
ContainersTreeItem.<anonymous> extension.bundle.js:1:769337
fulfilled extension.bundle.js:1:763138
processTicksAndRejections task_queues.js:85:5
@bwateratmsft
Copy link
Contributor

Can you try restarting Docker Desktop?

@PavelSosin-320
Copy link

PavelSosin-320 commented May 11, 2020

Could you execute docker ps --all before and after the restart, i.e. "Docker is running" appears on the Docker setting screen? Do you see some exited containers?
If you see some exited containers open CMD terminal and execute
docker ps --all --filter "status=running"
If you will get some containers which look like dev containers, memorize ID and try docker attach

@chaoskidneo77
Copy link
Author

Restart dockers error gone

@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants