question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Podman Desktop does not show available images and container

See original GitHub issue

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

  1. Opened Podman Desktop
  2. Initialized the machine (through the Podman Desktop UI - Home)
  3. Ran Podman (through the Podman Desktop UI - Home)
  4. Visited the Images tab and no images where available
  5. From the powershell the command podman image ls shows me 5 available images
  6. 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:closed
  • Created a year ago
  • Comments:15

github_iconTop GitHub Comments

1reaction
pacostascommented, Sep 5, 2022

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.

0reactions
djnotescommented, Sep 5, 2022

I’ve got a question: If a system does not have Podman installed, will Podman Desktop installer install the Podman engine automatically?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found