<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Docker on SoloSoft</title><link>https://www.solosoft.dev/tags/docker/</link><description>Recent content in Docker on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/docker/index.xml" rel="self" type="application/rss+xml"/><item><title>Agent Sandbox: All-in-One Sandbox for AI Agents with Browser, Shell, and VSCode</title><link>https://www.solosoft.dev/post/agent-sandbox-ai-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/agent-sandbox-ai-2026/</guid><description>&lt;p&gt;AI agents need environments to execute in &amp;ndash; places to run code, browse the web, edit files, and interact with tools. Building these environments from scratch for each agent platform is tedious and error-prone. &lt;strong&gt;Agent Sandbox&lt;/strong&gt; solves this by providing a complete, pre-configured Docker sandbox that combines a browser, shell, file system, MCP server, and VSCode Server in a single containerized workspace.&lt;/p&gt;
&lt;p&gt;Developed by agent-infra, Agent Sandbox is designed as the execution environment for AI agents that need to perform real-world tasks. Instead of cobbling together separate tools for browser automation, code execution, and file management, developers get a unified sandbox with all of these capabilities pre-integrated and ready to use.&lt;/p&gt;</description></item><item><title>Dockerc: Compile Docker Container Images into Standalone Portable Binaries</title><link>https://www.solosoft.dev/post/dockerc-container-binary-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/dockerc-container-binary-2026/</guid><description>&lt;p&gt;Docker containers solved the &amp;ldquo;it works on my machine&amp;rdquo; problem, but they introduced a new one: &amp;ldquo;it works on my machine with Docker installed.&amp;rdquo; Containers require the Docker daemon, containerd, or at minimum a container runtime. For distributing command-line tools, desktop applications, or deployment artifacts, this dependency is a burden. &lt;strong&gt;Dockerc&lt;/strong&gt; takes a radically different approach &amp;ndash; it compiles entire Docker images into standalone binary executables.&lt;/p&gt;
&lt;p&gt;Written in Zig and available at &lt;a href="https://github.com/NilsIrl/dockerc"&gt;github.com/NilsIrl/dockerc&lt;/a&gt;, Dockerc reads a Docker image&amp;rsquo;s layers and produces a single, self-contained binary that embeds the filesystem, entry point, and runtime configuration. When executed, the binary unpacks itself into an in-memory filesystem (via tmpfs), sets up the process namespace, and runs the application. No Docker, no containerd, no root privileges required.&lt;/p&gt;</description></item><item><title>Harbor: One-Command Containerized LLM Stack for Local AI Development</title><link>https://www.solosoft.dev/post/harbor-llm-stack-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/harbor-llm-stack-2026/</guid><description>&lt;p&gt;The explosion of local AI tools has created a new problem: setting up a complete local AI development environment means installing and configuring multiple independent services, each with its own dependencies, configuration, and networking requirements. &lt;strong&gt;Harbor&lt;/strong&gt; solves this with a single &lt;code&gt;docker compose up&lt;/code&gt; command that spins up an entire pre-wired AI stack on your local machine.&lt;/p&gt;
&lt;p&gt;Developed as an open-source project, Harbor packages the most popular local AI tools into a cohesive, containerized stack. With one command, you get Ollama serving local LLMs, Open WebUI providing a ChatGPT-compatible chat interface, ComfyUI for image generation workflows, and optional components like ChromaDB for vector storage, PostgreSQL for persistence, and various monitoring and management tools.&lt;/p&gt;</description></item></channel></rss>