podman-desktop icon indicating copy to clipboard operation
podman-desktop copied to clipboard

Podman Desktop cannot see podman machine

Open pacostas opened this issue 3 years ago • 3 comments

Bug description

Podman Desktop cannot see podman machine on windows.

Operating system

windows 11 home

Version

0.0.7

Steps to reproduce

[Updated description] Correct way to reproduce the error on this comment:

  • https://github.com/containers/podman-desktop/issues/481#issuecomment-1252089933

[below steps wont reproduce the issue, follow above comment]

  1. Install wsl from powershell wsl --install
  2. On Powershell with admin rights do:
    • podman machine init
    • podman machine set --rootful
    • podman machine start
  3. Start Podman Desktop
  4. No containers/images/machines are available

Relevant log output

No response

Additional context

No response

pacostas avatar Sep 19 '22 16:09 pacostas

Could you provide the log that you can grab using View/developper tools/ console ?

benoitf avatar Sep 19 '22 16:09 benoitf

Unfortunately when I toggle developer tools I get below image. Screenshot (1)

is there any way to totally remove all Podman Desktop files?

pacostas avatar Sep 19 '22 16:09 pacostas

@benoitf [Update on Re-producing the error]

  • podman machine init
  • podman machine set --rootful
  • podman machine start

Open podman desktop and everything works fine. (Below screenshot with the console) Screenshot (2)

On powershell do:

  • podman machine stop

  • podman machine rm

  • Open podman desktop (Below screenshot with the console) Screenshot (5)

  • Click on podman run, (Below screenshot with the console) Screenshot (6)

Open powershell and set below command

  • podman start
  • Open podman desktop no machine/images/ containers are available, (Below screenshot with the console) Screenshot (7)

pacostas avatar Sep 20 '22 09:09 pacostas

we're no longer seeing this issue, closing as we fixed it

benoitf avatar Feb 07 '24 21:02 benoitf