Quick Start¶
To get Pontoon up and running in minutes, we packaged Pontoon into a single Docker container.
💡 Note: For production workloads, we recommend deploying with Docker Compose or AWS Fargate.
Step 1: Requirements¶
- Install Docker
Step 2: Run Pontoon¶
docker run \
--name pontoon \
-p 3000:3000 \
--rm \
--pull=always \
-v pontoon-internal-postgres:/var/lib/postgresql/data \
-v pontoon-internal-redis:/data \
ghcr.io/pontoon-data/pontoon:latest
Step 3: You're Ready! 🚀¶
Navigate to http://localhost:3000
to start exploring Pontoon or checkout the API docs at http://localhost:8000/docs
.
To learn about adding a source, check out the Sources & Destinations documentation.