mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
Change-Id: I0794ac26ba9c6d82c0df31adff66bd229ca5e9f8 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
1.1 KiB
1.1 KiB
| sidebar_position |
|---|
| 2 |
Troubleshooting
Here, find some answers to the question : I have downloaded Container Desktop but I am unable to see any of my image or container
Podman
system requirements
The tool connects to Podman using the socket on the host on macOS and on a named pipe on Windows. This is available only on podman 4.0.2+ So, please check your version and update.
On Windows, the named pipe is //./pipe/docker_engine when Docker Desktop is not installed. It will be solved by https://github.com/containers/podman/issues/13502 / https://github.com/containers/podman/pull/13655. During that time, you may start Docker Desktop so the named pipe is the one expected.
Check connection
Check at least a podman machine is running on Windows & macOS:
podman machine list
And check a connection can be made with the CLI
$ podman run redhat/ubi8-micro echo hello world
Code Ready Containers
- Check that podman preset is defined. (
crc config get preset) - Check that
crcbinary is available in the user PATH (/usr/local/bin/crc) - Check that
crc setup --check-onlyis running without errors.