> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Docker 状态

> 从终端列出 Docker 容器和镜像、跟踪日志并检查守护进程健康状况。

无需记忆 `docker ps` 参数即可快速查看 Docker。

## 自然语言

```bash theme={null}
arka show docker containers
arka docker logs for api
arka list docker images
arka docker health
```

## CLI 命令

| 命令                                          | 描述              |
| ------------------------------------------- | --------------- |
| `docker_status ps`                          | 运行中的容器及其状态和端口   |
| `docker_status images`                      | 本地镜像及其大小和存在时长   |
| `docker_status logs <container> [--tail N]` | 跟踪容器日志（默认 50 行） |
| `docker_status health`                      | 守护进程健康摘要        |

需要 `docker` CLI。在运行检查之前请先启动 Docker Desktop（或守护进程）。


## Related topics

- [MCP 集成](/cn/guides/mcp.md)
- [Kalshi 预测市场](/cn/guides/kalshi.md)
- [硬件感知的模型选择](/cn/guides/select-model.md)
- [Arka 故障排查：LLM、路由、语音与 RAG 修复](/cn/reference/troubleshooting.md)
- [使用 PrivateGPT 和 Qdrant RAG 查询 PDF](/cn/guides/pdf-rag.md)
