-
Notifications
You must be signed in to change notification settings - Fork 3
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: Failed to initialize connection to podman server #15
Comments
Hey, thanks for the report 👍. I see two things what might contribute to your problem:
|
btw, As you seem to use podman in windows you may want to check the native installation guide as well: /~https://github.com/containers/podman/blob/main/docs/tutorials/podman-for-windows.md#installing-podman |
I have tried the native installation but unfortunately it doesn't work atm. It currently does this: containers/podman#14416
If I can run
v4 is not currently in original Ubuntu packages, so I will try upgrading it manually. 👍 |
No, podman works different than docker. Docker depends fully on a running engine (daemon). For podman its different, the server (api) is just a optional component and you need to start it by intention. you can usually (not sure if its packaged in ubuntu) enable the service |
I'd love to see this to have same named resources as in docker to make switch from docker to podman a breeze in the future |
|
@p4nu then move to the wsl2, it is available there |
Wanted behaviour
Create terraform.tfstate
Occured behaviour
Reproduce steps
main.tf
terraform init
andterraform apply
System info
Using Ubuntu 22.04 on WSL2.
Terraform version: 1.2.2 on linux_amd64
Podman version: 3.4.4
The text was updated successfully, but these errors were encountered: