Replies: 1 comment 1 reply
-
Following advice in https://podman-desktop.io/docs/troubleshooting/troubleshooting-podman reveals [user@pc-001 ~]$ podman machine list
NAME VM TYPE CREATED LAST UP CPUS MEMORY DISK SIZE
[user@pc-001 ~]$ podman machine stop
Error: podman-machine-default: VM does not exist
[user@pc-001 ~]$ podman machine start
Error: podman-machine-default: VM does not exist
[user@pc-001 ~]$ podman machine rm
Error: podman-machine-default: VM does not exist
[user@pc-001 ~]$ podman machine init
Error: exec: "qemu-system-x86_64": executable file not found in $PATH
[user@pc-001 ~]$ rm -rf ~/.local/share/containers/podman
[user@pc-001 ~]$ rm -rf ~/.config/containers/
[user@pc-001 ~]$ podman machine init
Error: exec: "qemu-system-x86_64": executable file not found in $PATH Weird enough Podman Desktop shows the machine running: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
podman-machine-default
instance:podman-machine-default
via command line works fineUnfortunately neither the wsl instance can see containers started by the GUI nor do containers started in wsl show up in the GUI of Podman Desktop. Any idea?
Beta Was this translation helpful? Give feedback.
All reactions