# Quick Start / Official Entry

Project: kestra-io/kestra

## Official Install Entry

### Docker - Official install entry

```bash
docker run --pull=always -it -p 8080:8080 --user=root --name kestra --restart=always -v kestra_data:/app/storage -v /var/run/docker.sock:/var/run/docker.sock -v /tmp:/tmp kestra/kestra:latest server local
```

Source: https://github.com/kestra-io/kestra#readme

## Sources

- repo: https://github.com/kestra-io/kestra
- docs: https://github.com/kestra-io/kestra#readme
