{"slug": "you-do-not-need-to-dockerize-your-entire-app-to-run-multiple-agent-workspaces", "title": "You do not need to Dockerize your entire app to run multiple agent workspaces", "summary": "Agent-Up, an open-source tool, lets developers run multiple coding agent workspaces without Dockerizing the entire app. It isolates ports, processes, and environment state per workspace, avoiding collisions while keeping app code local and infrastructure in Docker.", "body_md": "When several coding agents run the same app, Docker looks like the obvious answer: put every frontend in a container, put every API in a container, and put every worker in a container.\n\nIt works, but it adds friction. Stale images can serve old code, rebuilds slow down feedback, caches hide what actually changed, images and layers clutter storage, and debugging gains another runtime layer.\n\nWith one workspace, that may be fine. With several agents, it gets noisy fast.\n\nMost collisions come from ports, processes, Docker services, browser profiles, logs, and environment state. Agent-Up isolates those directly.\n\nYour apps can still run normally using `npm run dev`\n\n, `dotnet run`\n\n, or `./gradlew bootRun`\n\n.\n\nEach workspace gets its own ports, and each process receives the full port map. Another agent gets a different range, which means no collisions and no full app image rebuilds.\n\nUse Docker for databases, queues, caches, and object storage. Keep app code local, and keep infrastructure in Docker.\n\nLet Agent-Up manage both as one workspace\n\n✅ Git isolates the source.\n\n✅ Agent-Up isolates the runtime.\n\n✅ Docker isolates infrastructure.\n\nCheck out the open source repo\n\n[https://github.com/agent-up-oss/agent-up](https://github.com/agent-up-oss/agent-up)\n\nDownloads", "url": "https://wpnews.pro/news/you-do-not-need-to-dockerize-your-entire-app-to-run-multiple-agent-workspaces", "canonical_source": "https://dev.to/themassiveone/you-do-not-need-to-dockerize-your-entire-app-to-run-multiple-agent-workspaces-4b9h", "published_at": "2026-07-23 07:11:35+00:00", "updated_at": "2026-07-23 07:29:09.664804+00:00", "lang": "en", "topics": ["developer-tools", "ai-agents"], "entities": ["Agent-Up"], "alternates": {"html": "https://wpnews.pro/news/you-do-not-need-to-dockerize-your-entire-app-to-run-multiple-agent-workspaces", "markdown": "https://wpnews.pro/news/you-do-not-need-to-dockerize-your-entire-app-to-run-multiple-agent-workspaces.md", "text": "https://wpnews.pro/news/you-do-not-need-to-dockerize-your-entire-app-to-run-multiple-agent-workspaces.txt", "jsonld": "https://wpnews.pro/news/you-do-not-need-to-dockerize-your-entire-app-to-run-multiple-agent-workspaces.jsonld"}}