-
Notifications
You must be signed in to change notification settings - Fork 295
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
Remote container start error: failed to receive status: rpc error: code = Unavailable #7955
Comments
Could it be this docker update...?
I did a |
Had the same error this morning. |
Try to remove and reinstall docker, got this error:
Are they related? Networking problem? |
Right on. Let me try. |
Downgrade, rebuild container, works again.
|
Thank you!!! I tried reinstall devcontainer and didn't worked. When I donwgraded It worked |
$ apt-cache madison docker-ce | awk '{ print $3 }'
5:23.0.0-1~debian.11~bullseye
5:20.10.23~3-0~debian-bullseye
Downgraded from |
Anyone have a link to or instructions on reverting to 20.10.23? TIA |
Check this section. Remove and reinstall. https://docs.docker.com/engine/install/ubuntu/#uninstall-docker-engine |
sudo apt-get update choose the version and run: |
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: