# Getting Started;AI;Docker;Installation

Published articles for Getting Started;AI;Docker;Installation.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Running AI agents with customized templates using docker sandbox

DevFeed: [Running AI agents with customized templates using docker sandbox](<https://devfeed.tech/articles/running-ai-agents-with-customized-templates-using-docker-sandbox-51486.md>)

Original publisher: [Read original article](<https://andrewlock.net/running-ai-agents-with-customized-templates-in-docker-sandbox/>)

Author: Andrew Lock

Published: 2026-04-14T10:00:00Z

Content type: tutorial

Language: en

Sources: [Andrew Lock | .NET Escapades](<https://devfeed.tech/sources/andrew-lock-net-escapades.md>)

Topics: [Docker Sandboxes](<https://devfeed.tech/topics/docker-sandboxes.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [dev-tools](<https://devfeed.tech/tags/dev-tools.md>), [docker](<https://devfeed.tech/tags/docker.md>), [docker-sandboxes](<https://devfeed.tech/tags/docker-sandboxes.md>), [getting-started](<https://devfeed.tech/tags/getting-started.md>), [getting-started-ai-docker-installation](<https://devfeed.tech/tags/getting-started-ai-docker-installation.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [installation](<https://devfeed.tech/tags/installation.md>), [sandbox](<https://devfeed.tech/tags/sandbox.md>), [templates](<https://devfeed.tech/tags/templates.md>)

### AI overview

A tutorial on creating custom Docker Sandbox templates that include additional development tools, including variants based on different Docker images. It uses Claude Code examples and notes a possible issue with .NET builds in sandboxed personal projects.

### Source excerpt

In this post I describe how to create custom templates for Docker Sandboxes, so that your sandboxes start with additional tools immediately available

## Running AI agents safely in a microVM using docker sandbox

DevFeed: [Running AI agents safely in a microVM using docker sandbox](<https://devfeed.tech/articles/running-ai-agents-safely-in-a-microvm-using-docker-sandbox-51485.md>)

Original publisher: [Read original article](<https://andrewlock.net/running-ai-agents-safely-in-a-microvm-using-docker-sandbox/>)

Author: Andrew Lock

Published: 2026-04-07T10:00:00Z

Content type: tutorial

Language: en

Sources: [Andrew Lock | .NET Escapades](<https://devfeed.tech/sources/andrew-lock-net-escapades.md>)

Topics: [Docker Sandboxes](<https://devfeed.tech/topics/docker-sandboxes.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [ai-coding](<https://devfeed.tech/topics/ai-coding.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [permission](<https://devfeed.tech/topics/permission.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [ai-coding-agents](<https://devfeed.tech/tags/ai-coding-agents.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [docker](<https://devfeed.tech/tags/docker.md>), [docker-sandboxes](<https://devfeed.tech/tags/docker-sandboxes.md>), [getting-started](<https://devfeed.tech/tags/getting-started.md>), [getting-started-ai-docker-installation](<https://devfeed.tech/tags/getting-started-ai-docker-installation.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [installation](<https://devfeed.tech/tags/installation.md>), [permissions](<https://devfeed.tech/tags/permissions.md>), [sandbox](<https://devfeed.tech/tags/sandbox.md>)

### AI overview

A tutorial on running AI coding agents, particularly Claude Code, in Docker Sandboxes to make bypass-permissions or "YOLO" modes safer through microVM isolation. It explains the productivity problems caused by repeated tool-call permission prompts and the risks of allowing an agent unrestricted access.

### Source excerpt

In this post I show how to run AI coding agents safely while still using YOLO/dangerous mode using docker sandboxes and the sbx tool