From 5b3ed5db458cb7d37b5daad85cff2753276b32c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Mon, 3 Jul 2023 11:54:48 +0200 Subject: [PATCH] docs: using the Troubleshooting page (#3083) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabrice Flore-Thébault --- website/docs/troubleshooting.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/website/docs/troubleshooting.md b/website/docs/troubleshooting.md index 5e8faf1eee0..a08d07a2cc5 100644 --- a/website/docs/troubleshooting.md +++ b/website/docs/troubleshooting.md @@ -6,6 +6,27 @@ sidebar_position: 7 If you cannot find your issue here or in the documentation, please fill an issue on our [repository](https://github.com/containers/podman-desktop/issues). You can also explore the [discussions](https://github.com/containers/podman-desktop/discussions) and do a search on similar issues on the [repository](https://github.com/containers/podman-desktop/issues). +## Using the **Troubleshooting** page + +Podman Desktop has a **Troubleshooting** page to help identify and fix most common errors. + +#### Procedure + +1. To open the **Troubleshooting** page, click the **** icon. +1. To test the connection to the container engine, click the **Ping** button. + + Expect a reply such as: _Responded: 79,75 (9.10ms)_. + +1. To test Click the **Check containers** button. + + Expect a reply such as: _Responded: 16 containers (108.70ms)_. + +1. When connection to the container engine failed, to recreate connections to the sockets, click the **Reconnect providers** button. + + Expect a reply such as: _Done in (5.00ms)_. + +1. Search for errors in the **Logs** section. + ## Podman Issues ### Unable to see any image or container after downloading Podman Desktop