Skip to content

Docker Compose

To use the CLI tool locally with docker-compose you can use this docker-compose.yml config file to get started:

Terminal window
curl -LO https://raw.githubusercontent.com/kubetail-org/kubetail/refs/heads/main/config/examples/docker-compose.yml
docker-compose up

This will mount your local .kube/config file into a kubetail-cli container and start the dashboard server at http://localhost:7500.