# Quick Start / 官方入口

项目：Cinnamon/kotaemon

## 官方安装入口

### Docker · 官方安装入口

```bash
docker run -e GRADIO_SERVER_NAME=0.0.0.0 -e GRADIO_SERVER_PORT=7860 -v ./ktem_app_data:/app/ktem_app_data -p 7860:7860 -it --rm ghcr.io/cinnamon/kotaemon:main-full
```

来源：https://github.com/Cinnamon/kotaemon#readme

## 来源

- repo: https://github.com/Cinnamon/kotaemon
- docs: https://github.com/Cinnamon/kotaemon#readme
