黄中银 hace 3 meses
padre
commit
538c9a8212
Se han modificado 1 ficheros con 32 adiciones y 0 borrados
  1. 32 0
      cognio/dockerhub_overview.md

+ 32 - 0
cognio/dockerhub_overview.md

@@ -0,0 +1,32 @@
+# Cognio
+
+基于 Python 的 AI 认知助手。
+
+## 支持的架构
+
+| 架构 | 标签 |
+|------|------|
+| x86-64 | `amd64` |
+| ARM64 | `arm64` |
+| 多架构 | `latest` |
+
+## 快速开始
+
+```bash
+docker pull amwpfiqvy/cognio:latest
+docker run -d --name cognio amwpfiqvy/cognio:latest
+```
+
+## 标签说明
+
+- `latest` - 多架构 manifest(amd64 + arm64)
+- `amd64` - 仅 x86-64 架构
+- `arm64` - 仅 ARM64 架构
+
+## 源码
+
+- GitHub: [https://github.com/0xReLogic/Cognio](https://github.com/0xReLogic/Cognio)
+
+## 许可证
+
+详见 [GitHub 仓库](https://github.com/0xReLogic/Cognio)。