Docker

Step by step guide on setting up RudderStack on Docker.

This guide lists the steps required to set up the RudderStack server (backend) in your Docker environment.

success
The Docker setup is the easiest and the fastest way to get up and running with RudderStack.

RudderStack-hosted control plane

If you’re using a RudderStack-hosted control plane, follow these steps to set up the data plane in your Docker environment:

  1. Log into your RudderStack open source dashboard.
  2. Copy your workspace token from Settings > Company:
Workspace Token
  1. Download the rudder-docker.yml docker-compose file.
  2. Replace <your_workspace_token> in this file with the workspace token copied above.
  3. Then, open your terminal, navigate to the directory where you want to install RudderStack, and run the following command:
docker compose -f rudder-docker.yml up -d
info
If you’re using an older version of Docker, run docker-compose -f rudder-docker.yml up.

Self-hosted control plane

If you have self-hosted the control plane using the open-source Control Plane Lite utility, follow Docker instructions to set up the data plane.

Sending test events

Once you have successfully performed the steps above, follow the Sending Test Events guide to verify the installation.


Questions? Contact us by email or on Slack