-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 CLI: "unable to upgrade to tcp, received 409" #20179
Comments
|
I interposed the Docker API traffic with
First there is a POST to Second there is POST to attach to the container:
The server rejects it:
|
I turned on |
It also works to go back to an earlier version of the VM:
So I believe this is a regression between |
Duplicate of #19930 |
Issue Description
I recreated my
podman machine
VM. Before, I could run containers with the Docker CLI. Now, I get an error from the Docker CLI.podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
No
Additional environment details
Additional information
podman 4.7.0 (released 3 hours ago) is not yet available via Homebrew. Perhaps the issue is related to running too-new a VM?
Potentially a duplicate of #16266.
The text was updated successfully, but these errors were encountered: