1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

docs: adds tip for swarm mode

This commit is contained in:
Amir Raminfar
2024-07-07 08:18:25 -07:00
parent 3373703114
commit af92c5e0ea

View File

@@ -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: