EML Docs

Install Docker Desktop

For local development and testing, EML AdminTool runs on macOS and Windows via Docker Desktop. This setup is not suitable for production — for a public deployment, follow the Production setup guide instead.

Verify the installation

Open a terminal and run:

docker run hello-world

You should see a confirmation message. Docker Desktop is ready.