“docker”
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.
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.
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.
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.
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.
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.
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.
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.