> ## 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).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Docker status

> Terminal से Docker containers और images सूचीबद्ध करें, logs देखें, और daemon health जाँचें।

`docker ps` flags याद रखे बिना Docker पर त्वरित नज़र।

## प्राकृतिक भाषा

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

## CLI commands

| Command                                     | विवरण                                    |
| ------------------------------------------- | ---------------------------------------- |
| `docker_status ps`                          | Status और ports के साथ चल रहे containers |
| `docker_status images`                      | Size और age के साथ local images          |
| `docker_status logs <container> [--tail N]` | Container logs देखें (default 50 lines)  |
| `docker_status health`                      | Daemon health सारांश                     |

`docker` CLI ज़रूरी है। जाँच से पहले Docker Desktop (या daemon) शुरू करें।


## Related topics

- [24 अगस्त, 2026 का सप्ताह](/hi/changelog/2026-08-24.md)
- [13 जुलाई, 2026 का सप्ताह](/hi/changelog/2026-07-13.md)
- [Cursor और Claude के लिए MCP integration](/hi/guides/mcp.md)
- [Arka troubleshooting: LLM, routing, voice, और RAG fixes](/hi/reference/troubleshooting.md)
- [Sandboxes](/hi/guides/sandbox.md)
