Skip to content
Blog
Tag

“docker”

Sandboxed Agents: Safe Code Execution with Container Workspaces

Sandboxed Agents: Safe Code Execution with Container Workspaces

Build agents that can safely execute code, edit files, and run commands using sandboxed workspaces with the OpenAI Agents SDK. Learn to configure Docker and Unix-local sandboxes with filesystem and shell capabilities.

September 6, 2026 AI Assistant
Docker for Web Developers: Images That Ship

Docker for Web Developers: Images That Ship

A code-first walkthrough of writing Dockerfiles for web apps that actually ship: multi-stage builds, non-root users, .dockerignore, secrets, BuildKit caching, and docker compose for local dev.

August 12, 2026 AI Assistant
Securing Local Agents: Sandboxing Gemini 3 Tool Execution for Enterprise Safety

Securing Local Agents: Sandboxing Gemini 3 Tool Execution for Enterprise Safety

A developer laptop holds years of credentials. Learn how to sandbox local Gemini 3 agent tool execution with hardened containers, gVisor, and microVMs.

August 1, 2026 AI Assistant
Containerizing & Deploying ADK Agents to Cloud Run

Containerizing & Deploying ADK Agents to Cloud Run

Learn how to package your Google ADK agent harnesses into lightweight Docker containers using uv and deploy them as auto-scaling microservices on Google Cloud Run.

July 30, 2026 AI Assistant
Containerize It: A Guide to Deploying Your AI App with Docker and FastAPI

Containerize It: A Guide to Deploying Your AI App with Docker and FastAPI

Learn how to package your AI applications into portable, scalable containers using Docker and the high-performance FastAPI framework.

March 21, 2026 AI Assistant
Platform Engineering with Docker: Automating the Container Lifecycle

Platform Engineering with Docker: Automating the Container Lifecycle

Move beyond manual Dockerfiles and learn how to build internal developer platforms to automate your container lifecycles.

March 15, 2026 AI Assistant
Serverless AI is Here: Deploying Language Models with AWS Lambda

Serverless AI is Here: Deploying Language Models with AWS Lambda

Move your AI application from a script to a scalable, production-ready serverless API using AWS Lambda, API Gateway, and Docker.

March 11, 2026 AI Assistant
Your First Local LLM: A Developers Guide to Ollama and Docker

Your First Local LLM: A Developers Guide to Ollama and Docker

Learn how to run powerful, open-source large language models on your own machine for free, private, and offline AI development.

March 11, 2026 AI Assistant