From 0d10190c4e6fc6063400e2b986a87f0b346640cd Mon Sep 17 00:00:00 2001 From: Pradumna Saraf Date: Fri, 27 Mar 2026 23:24:01 +0530 Subject: [PATCH] docs: acknowledge contributions in Claude and OpenCode guides --- content/guides/claude-code-model-runner.md | 4 ++++ content/guides/opencode-model-runner.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/content/guides/claude-code-model-runner.md b/content/guides/claude-code-model-runner.md index 3052dd9d2631..652e74d3a1ec 100644 --- a/content/guides/claude-code-model-runner.md +++ b/content/guides/claude-code-model-runner.md @@ -15,6 +15,10 @@ model provider. You'll point Claude Code at the local Anthropic-compatible API, run a coding model, and package `gpt-oss` with a larger context window for longer repository prompts. +> **Acknowledgment** +> +> Docker would like to thank [Pradumna Saraf](https://twitter.com/pradumna_saraf) for his contribution to this guide. + In this guide, you'll learn how to: - Pull a coding model and start Claude Code with Docker Model Runner diff --git a/content/guides/opencode-model-runner.md b/content/guides/opencode-model-runner.md index 4e1e16ef8911..e02d5d523b1e 100644 --- a/content/guides/opencode-model-runner.md +++ b/content/guides/opencode-model-runner.md @@ -15,6 +15,10 @@ use local models for coding tasks. You'll configure an `opencode.json` file, verify the API endpoint, and run OpenCode against models served from your local Docker environment. +> **Acknowledgment** +> +> Docker would like to thank [Pradumna Saraf](https://twitter.com/pradumna_saraf) for his contribution to this guide. + Unlike the [OpenCode sandbox guide](../manuals/ai/sandboxes/agents/opencode.md), this guide focuses on using OpenCode as a local coding tool backed by Docker Model Runner rather than running OpenCode in a containerized sandbox.