Podman Desktop does not show available images and container
See original GitHub issueBug 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 ls
shows 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
Issue Analytics
- State:
- Created a year ago
- Comments:15
Top Results From Across the Web
Troubleshooting | Podman Desktop
Unable to see any image or container after downloading Podman Desktop. System Requirements. The tool connects to Podman using the socket on the...
Read more >Podman images not showing with podman image ls
Unlike Docker, Podman stores images in the home directory of the user. The default path is ~/.local/share/containers/storage and it can be ...
Read more >Install Podman Desktop - Oracle Help Center
Open Podman Desktop · Containers - shows containers that are actively running together with any containers that have completed executing. · Images ......
Read more >How to update container images with Podman - Red Hat
Manually update container images To update an image, run the same command used to pull an image, podman pull . Its syntax is:...
Read more >Podman container|image exists
If the image or container exists, Podman will return an exit code of 0 . If it does not exist, Podman will return...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
I’ve got a question: If a system does not have Podman installed, will Podman Desktop installer install the Podman engine automatically?