From af92c5e0eaacc010f8bfeef8c4fadef91f835959 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Sun, 7 Jul 2024 08:18:25 -0700 Subject: [PATCH] docs: adds tip for swarm mode --- docs/guide/agent.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/guide/agent.md b/docs/guide/agent.md index 5676df8f..c8893176 100644 --- a/docs/guide/agent.md +++ b/docs/guide/agent.md @@ -6,6 +6,9 @@ title: Agent Mode Dozzle can run in agent mode which can expose Docker hosts to other Dozzle instance. All communication is done over a secured connection using TLS. This means that you can deploy Dozzle on a remote host and connect to it from your local machine. +> [!NOTE] Using Docker Swarm? +> If you are using Docker Swarm Mode, you don't need to use agent mode. Dozzle will automatically discover services and custom groups in Swarm Mode. See [Swarm Mode](/guide/swarm-mode) for more information. + ## How to create an agent? To create a Dozzle agent, you need to run Dozzle with the `agent` subcommand. Here is an example: