Step 8 of 18

Install Docker

Install Docker

Note: The setup script installs Docker automatically. Skip this if using the one-command setup.

Docker runs your chat server in a tidy container.

Do This

curl -fsSL https://get.docker.com | sh

Wait a minute.

Done.


What’s Docker? It runs apps in isolated “containers” - like little virtual machines but lighter.