# Quick Start / 官方入口

项目：qdrant/qdrant

## 官方安装入口

### Docker · 官方安装入口

```bash
docker run -p 6333:6333 qdrant/qdrant
```

来源：https://github.com/qdrant/qdrant#readme

## 来源

- repo: https://github.com/qdrant/qdrant
- docs: https://github.com/qdrant/qdrant#readme
