mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
2 lines
1.6 KiB
JavaScript
2 lines
1.6 KiB
JavaScript
import{_ as e,o as a,c as o,ag as n}from"./chunks/framework.ePeAWSvT.js";const u=JSON.parse('{"title":"Container","description":"","frontmatter":{},"headers":[],"relativePath":"concepts/container.md","filePath":"concepts/container.md","lastUpdated":1771163124000}'),i={name:"concepts/container.md"};function r(s,t,l,c,h,d){return a(),o("div",null,[...t[0]||(t[0]=[n('<h1 id="container" tabindex="-1">Container <a class="header-anchor" href="#container" aria-label="Permalink to "Container""></a></h1><p>Each bot runs in its own <strong>isolated container</strong>.</p><h2 id="what-isolation-gives-you" tabindex="-1">What Isolation Gives You <a class="header-anchor" href="#what-isolation-gives-you" aria-label="Permalink to "What Isolation Gives You""></a></h2><ul><li>Separate filesystem per bot</li><li>Separate runtime process space</li><li>Controlled lifecycle (create/start/stop/delete)</li></ul><p>This prevents one bot from interfering with another bot's execution environment.</p><h2 id="why-it-matters" tabindex="-1">Why It Matters <a class="header-anchor" href="#why-it-matters" aria-label="Permalink to "Why It Matters""></a></h2><p>Container isolation is the foundation that allows bots to run tools, commands, and file operations safely in parallel.</p><h2 id="web-ui-path" tabindex="-1">Web UI Path <a class="header-anchor" href="#web-ui-path" aria-label="Permalink to "Web UI Path""></a></h2><ul><li><code>Bots > Select a bot > Container</code></li></ul>',9)])])}const m=e(i,[["render",r]]);export{u as __pageData,m as default};
|