podman-desktop: Podman Desktop does not show available images and container
Bug description
Images and containers are not visible on Podman Desktop although they appear with the commands podman image ls and podman container ls -a
Only for images, If I build an image from Podman Desktop, only then the images appear.
Operating system
Windows 10 Pro N (Version 10.0.19041.1806)
Version
0.0.5
Steps to reproduce
- Opened Podman Desktop
- Initialized the machine (through the Podman Desktop UI - Home)
- Ran Podman (through the Podman Desktop UI - Home)
- Visited the Images tab and no images where available
- From the powershell the command
podman image lsshows me 5 available images - From Podman Dekstop I build a new image 7.Now I’m able to see the the images that previously werent visible.
Relevant log output
No response
Additional context
No response
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 23
Commits related to this issue
- fix: make sure UI and server(main) extension system being ready fixes https://github.com/containers/podman-desktop/issues/417 Change-Id: Ib0f05e18b6157cb513669be87020ba2ee5bece68 Signed-off-by: Flor... — committed to benoitf/desktop by benoitf 2 years ago
- fix: make sure UI and server(main) extension system being ready fixes https://github.com/containers/podman-desktop/issues/417 Change-Id: Ib0f05e18b6157cb513669be87020ba2ee5bece68 Signed-off-by: Flor... — committed to containers/podman-desktop by benoitf 2 years ago
@afrancoc2000 <kbd>Control</kbd>+<kbd>R</kbd> (or <kbd>Command</kbd>+<kbd>R</kbd> on macOS)
Yes, Podman Desktop can detect if podman is installed on your system, otherwise provides you a guide to install all the prerequisites that podman requiers (hyper-v, wsl etc.) and then you are able to install podman, initialize the podman machine and use podman through Podman Desktop or through powershell with CLI.