Docker Manage Docker containers, images, networks, and volumes. List containers Container logs Start / stop / restart Run a container Execute command in container Inspect container List images Build image Remove container / image Docker Compose System info Networks Volumes Notes - Docker socket must be mounted for the agent to access the host Docker daemon. - Use with Go templates for structured output. - Always confirm before removing containers, images, or running . - Use (v2) instead of (v1). ---