From 30347b0491abe74719ae8ea87d3752905d79cf3d Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Sun, 7 Jul 2024 08:23:08 -0700 Subject: [PATCH] chore: typo --- docs/guide/agent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/agent.md b/docs/guide/agent.md index c8893176..af00aba1 100644 --- a/docs/guide/agent.md +++ b/docs/guide/agent.md @@ -4,10 +4,10 @@ title: Agent Mode # 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. +Dozzle can run in agent mode which can expose Docker hosts to other Dozzle instances. 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. +> If you are using Docker Swarm Mode, you don't need to use agents. Dozzle will automatically discover itself and create a cluster using swarm mode. See [Swarm Mode](/guide/swarm-mode) for more information. ## How to create an agent?