# Quick Start / 官方入口

项目：kestra-io/kestra

## 官方安装入口

### Docker · 官方安装入口

```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
```

来源：https://github.com/kestra-io/kestra#readme

## 来源

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