Skip to content
Zed

docker for Zed

io.github.dave-london/docker

Structured Docker operations (ps, images, logs, build) as typed JSON.

client:Zed transport:stdio runtime:npm

Install docker in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "docker": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/docker"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

docker in other clients