Quick Start
Get PockerDeck running in under two minutes.
Prerequisites
- Docker 22+ (or Docker Desktop)
- Docker Compose v2 (included with Docker Desktop and newer Docker Engine installs)
Option A — Docker Compose (recommended)
1. Clone the repository
2. Start the app
3. Open the app
Open http://localhost:8000 in your browser.
Tip
The -d flag runs the container in the background. Remove it if you want to see live logs.
Option B — Pre-built image from Docker Hub
If you just want to run it without cloning the source:
Visit http://localhost:8000.
Option C — Python (no Docker)
Suitable for local development or testing without Docker.
1. Clone and enter the repo
2. Install dependencies
3. Run the dev server
The app is available at http://localhost:8000.
Warning
The --reload flag is for development only. Do not use it in production.
Verify everything is running
After starting the app, create your first room:
- Open http://localhost:8000.
- Click + Create Room.
- Enter your display name and you're ready to go.
Next steps
- Usage Guide — full walkthrough of all features
- Configuration — adjust the port and other settings
- Deployment — deploy to a server