From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 12820 invoked from network); 30 Nov 2021 14:45:31 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 30 Nov 2021 14:45:31 -0000 Received: from mail-ed1-f54.google.com ([209.85.208.54]) by 4ess; Tue Nov 30 09:28:56 -0500 2021 Received: by mail-ed1-f54.google.com with SMTP id t5so87887162edd.0 for <9front@9front.org>; Tue, 30 Nov 2021 06:28:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=RmFYlAXIV79oToSWeTCwKlzg9M96C8au2FELTzHYbsI=; b=C6REod6xXjn1dlz7Zv8bUMJNplOeTJI4gAb53YZQlSXdwTHc92vDOUydUUQ7m1iauv CXZ2G9ADFjItd4PypEHFIN7L5L/wVxAjwiOzyKh4WkclWfuQUD+7VRHBuDdfRbHb13td b90r0BS0DQ5boZl0pcY9kBF8qCY+GxwK5iyE/cpuQuw+JsIKfZng6bsxwENq2IURA2yN /ExSRK55u5GwQFXAKl4Jjh90pIQWpE4YJ2lmXHwu4FNIuPP86MJqlb3+O8K6n0JE5sVa aOUVVhPAnCN7bGkuJaa3GTPVl4JBDnNGIyxonnyoyUEFlUl45YPp+xjnjt72AZuZjAcz TwAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=RmFYlAXIV79oToSWeTCwKlzg9M96C8au2FELTzHYbsI=; b=TEE4OPxW7umBRhW5XrQYx9iw3il/aTKnAzQaUmD/qLDrbJLmBULiwwE3ttbcqQPrk6 kzrh0zQ1iDO202mo8ZFazB/uvvnOl7ZiOawbJxkcgZvr2cct54pEIwDXc27m3p+Xy72g a+Wk4cey8kSlnSgNEa2HZfRshA/Cau9/Tktp0hIkCFkNZFoS0pWzoaJIyBcr2XyKy/XQ 1QDREqpfFus7+SElftg73v3BvsVUJESh1VREVs70ezegmZYy+uVMj547Oxf7YsY/sxr5 sLrhnPiWnbFz7fZQmvgb7tMT30GukQy53JGU1sRpF23htU3ac1wc1SvRazxKlCzIwQ7A UMAQ== X-Gm-Message-State: AOAM531EnYyNjPPgT0D8pXmsV1r5AU3u/ngnpHG6StMdBxIpxICbggSa Eyp6xHWfdxOQ2Qbs9eSFY4mbHI0FpL+pAK20BDZ44oFBsLs= X-Google-Smtp-Source: ABdhPJyjQmlNXRW1BKJ9/UifzkaNikPh7pihXXbMgQflwO0JMyaze7V3FZOeBjrnY2idjcRqSLi+rO0xjMGadna8AOI= X-Received: by 2002:a17:907:3f95:: with SMTP id hr21mr69672119ejc.427.1638282527603; Tue, 30 Nov 2021 06:28:47 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Lucas Francesco Date: Tue, 30 Nov 2021 11:28:31 -0300 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: compliant private reduce/map-scale SSL over ACPI injection core API app Subject: Re: [9front] Containers Reply-To: 9front@9front.org Precedence: bulk The best container that can exist is called a process with its own namespace and place to write/exist. If you really any form/gimmick of "contenarization" (the linux-grade thing, with a snapshot of the whole container and importing/exporting between machines thing) I think you should checkout how plan9ants was setup on top of 9front (but with venti-backed fossil rootscores ) to give on-demand isolated cpu servers with its own root on a specific namespace (it was all on the same kernel, not virtualized, but different /root and enviroment for each user) On Tue, 30 Nov 2021 at 04:27, Kurt H Maier wrote: > > On Mon, Nov 29, 2021 at 10:38:58PM -0500, Jubal Biggs wrote: > > Hey, general question; has anyone been able to set up a containerized > > service (Docker or otherwise) on Plan9? I guess it requires the Linux > > kernel, which would not be optimal to run on top of a Plan9 environment, > > but that sort of virtualization would open up a whole universe of > > possibilities. > > Plan 9 doesn't need containerization; we have user-controllable > namespaces, which is the feature that Linux container tools poorly > imitate. We do have some virtualization software, if you want to > artificially cripple your environment and then inadequately reconstruct > the features you left behind by booting a Linux kernel. > > khm