{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://inquir.org/features/container-runtime#webpage","url":"https://inquir.org/features/container-runtime","name":"Container runtime for serverless functions","headline":"Container runtime for serverless functions","description":"Per-function containers for Node.js, Python, and Go: dependencies per function, a POSIX-friendly filesystem view, and smaller blast radius than a shared multitenant interpreter.","inLanguage":"en-US","isPartOf":{"@id":"https://inquir.org/#website"},"author":{"@type":"Organization","name":"Inquir"},"datePublished":"2025-01-01T00:00:00.000Z","dateModified":"2026-04-20T00:00:00.000Z","citation":"https://inquir.org/docs"},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://inquir.org"},{"@type":"ListItem","position":2,"name":"Features","item":"https://inquir.org/features"},{"@type":"ListItem","position":3,"name":"Container runtime","item":"https://inquir.org/features/container-runtime"}]},{"@type":"FAQPage","@id":"https://inquir.org/features/container-runtime#faq","url":"https://inquir.org/features/container-runtime","isPartOf":{"@id":"https://inquir.org/features/container-runtime#webpage"},"mainEntity":[{"@type":"Question","name":"Can functions read and write local disk?","acceptedAnswer":{"@type":"Answer","text":"Treat filesystems inside containers as ephemeral unless your deployment explicitly documents durable volumes; persist user data to external stores."}},{"@type":"Question","name":"How does container isolation help security reviews?","acceptedAnswer":{"@type":"Answer","text":"Separate processes and file systems per function reduce blast radius compared to one shared interpreter serving unrelated routes."}},{"@type":"Question","name":"Does every function need its own container image?","acceptedAnswer":{"@type":"Answer","text":"Each function carries its own dependency closure; that trades a bit of overhead for reproducible deploys and fewer “works on the server” surprises."}}]}]}