From 3b014dc0c779298fa9425947ceb2ed888c629284 Mon Sep 17 00:00:00 2001 From: James O'Claire Date: Wed, 2 Oct 2024 22:39:33 +0800 Subject: [PATCH] docs: Add Show Stopped Containers to Dozzle (#3304) --- docs/guide/faq.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guide/faq.md b/docs/guide/faq.md index d9ca3382..03f90c86 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -90,3 +90,7 @@ time="2024-07-10T13:35:53Z" level=warning msg="duplicate host ID: *********, End Dozzle uses the Docker API to gather information about the hosts. Each host must have a unique ID. This ID is used to identify the host in the UI. In swarm mode, Dozzle uses the node ID from `docker systen info` to identify the host. If you are not using swarm mode, then Dozzle will use the system ID from `docker system info` as the host ID. Somettimes, VMs maybe restored from back ups, with the same host ID. This can cause Dozzle to think that the host is already present and skip adding it to the list of hosts. To fix this, you need to remove `/var/lib/docker/engine-id` file. This file contains the host ID and is created when the Docker daemon starts. + +## I can't see logs crashed/stopped containers? + +You can toggle on show all containers in Settings > Options > Show stopped containers.