#DockerAgent
New blog post: run #docker-agent securely inside a sandbox with #sbx + @docker.com Model Runner — no host access, fine-grained network policies, multiple agents side by side.

#Docker #AI #DockerAgent #sbx
k33g.org/20260403-doc...
April 3, 2026 at 4:26 PM
Part 3 of my mini local code agent with @docker.com Agent and Docker Model runner

I add think (a reasoning scratchpad for instruct models), memory (facts persisted across sessions), and permissions: deny rules that hold even under --yolo.

k33g.org/p/20260803-d...

#DockerAgent
A mini code agent with Docker Agent - Part 3: `think` + `memory` + `permissions`
Add reasoning, persistent memory and fine-grained command permissions to a Docker Agent mini code agent, with deny rules that survive yolo mode.
k33g.org
August 3, 2026 at 3:45 PM
Part 4 of my mini local code agent with @docker.com Agent.

I add the rag toolset: the agent indexes a Rust cookbook as chunked embeddings and answers only from what it retrieves, citing sources, instead of its fuzzy training memory.

k33g.org/p/20260805-d...

#DockerAgent
A mini code agent with Docker Agent - Part 4: the `rag` toolset
Ground a tiny local model's answers in your own documents: build a Rust cookbook RAG with Docker Agent, chunked embeddings and a local SQLite index.
k33g.org
August 5, 2026 at 8:38 AM
Part 9, the last step of my @docker.com Agent series: same work, same model, but spread over three specialists and a coordinator.

Not more agents to do more: each one carries less context, so each one has more room to think.

k33g.org/p/20260813-d...

#DockerAgent
A mini code agent with Docker Agent - Part 9: a team of agents to spread the context out
Spread the context out with Docker Agent: a tool-less coordinator delegates to three Rust specialists, so every agent carries less and keeps room to think.
k33g.org
August 13, 2026 at 11:10 AM
Part 2 of my mini local code agent with @docker.com Agent.

I drop the fragile shell file hacks for two typed tools: filesystem, with allow_list to scope where the agent can go, and todo, a working memory for a tiny model.

k33g.org/p/20260802-d...

#DockerAgent #LocalModels
A mini code agent with Docker Agent - Part 2: `filesystem` + `todo`
Add typed filesystem operations and a todo task list to a local Docker Agent, with allow_list scoping to keep the small model safely inside its working directory.
k33g.org
August 2, 2026 at 5:27 AM
Part 8 of my mini local code agent with @docker.com Agent: I put the pieces together into a companion for learning #Rust.

A cookbook #RAG, an lsp toolset on rust-analyzer, and the context caps that keep a 2.5B model alive.

k33g.org/p/20260811-d...

#DockerAgent
A mini code agent with Docker Agent - Part 8: a local agent to learn Rust
Assemble a local Rust learning companion with Docker Agent: a cookbook RAG, a rust-analyzer LSP toolset, and the context caps that keep a small model alive.
k33g.org
August 11, 2026 at 5:35 AM
Part 5 of my mini local code agent with @docker.com Agent.

So far every tool was built in. The mcp toolset plugs in external tool servers: one launched locally over stdio, one reached over HTTP. The model sees no difference.

k33g.org/p/20260806-d...

#DockerAgent
A mini code agent with Docker Agent - Part 5: the `mcp` toolset
Plug external MCP tool servers into a local Docker Agent: a local stdio server, a remote streamable HTTP one, and a tools filter to keep a small model focused.
k33g.org
August 6, 2026 at 6:10 AM
Docker Agent: Construcción, ejecución y distribución de agentes de IA by Victor S. Recio is the featured book 📖 on Leanpub!

Link: leanpub.com/dockeragent

#docker #maf
July 26, 2026 at 8:15 PM
Docker Agent: Construcción, ejecución y distribución de agentes de IA by Victor S. Recio is a new release on Leanpub!

Link: leanpub.com/dockeragent

#books #ebooks #newreleases
July 26, 2026 at 5:45 AM