From nobody Wed Mar 29 05:34:41 2023 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PmZxg4CJhz421Mm for ; Wed, 29 Mar 2023 05:34:47 +0000 (UTC) (envelope-from johnl@iecc.com) Received: from gal.iecc.com (gal.iecc.com [IPv6:2001:470:1f07:1126:0:43:6f73:7461]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "gal.iecc.com", Issuer "Let's Encrypt Authority X3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PmZxg0LVxz4Mbl for ; Wed, 29 Mar 2023 05:34:46 +0000 (UTC) (envelope-from johnl@iecc.com) Authentication-Results: mx1.freebsd.org; none Received: (qmail 7953 invoked from network); 29 Mar 2023 05:34:45 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:cleverness; s=1f0f.6423cdf5.k2303; bh=ihqNBkdA/FZXltXR48cvseofYI34hdm/0WKPtguq55E=; b=qwc5I9kOJVCkUEjVOqg9my6L3AgyUMoZq/9jNZpi3tOBFTQIzcPXYLeyG9uGhgbz4rZevoxcN1aIVM8ScrW6IsdKjp2L57RYjBpu1maePPCbp/UlRsTSRr/KGUyyJsnhyfNzOHdCHBXGDgRNG3uLzgSgBXX6ggx4Ue4GZOUjqjW4xb/okxi+UFVH3efx4JFEIPQnuHJt518wo5jtdRURg0Hn+sLRCPcnYzvU0Y5inOtMqo5ydTQgr2Q6iWDIkBVNnD2U06de4prFEy8o+g/JSxrVd6Sx5YEqNgHBZXw60I018HDrSYvT18HBrIf9BXVk0W7LIC+pt8YlUVhMI4Y3cw== Received: from dhcp-8e64.meeting.ietf.org ([IPv6:2001:470:1f07:1126::78:696d:6170]) by imap.iecc.com ([IPv6:2001:470:1f07:1126::78:696d:6170]) with ESMTPS (TLS1.3 ECDHE-RSA AES-256-GCM AEAD) via TCP6; 29 Mar 2023 05:34:45 -0000 Received: by dhcp-8e64.meeting.ietf.org (Postfix, from userid 501) id 6ADA6B6AFED5; Wed, 29 Mar 2023 14:34:41 +0900 (JST) Date: 29 Mar 2023 14:34:41 +0900 Message-Id: <20230329053443.6ADA6B6AFED5@dhcp-8e64.meeting.ietf.org> From: "John Levine" To: freebsd-questions@freebsd.org Cc: tomek@cedro.info Subject: Re: Docker In-Reply-To: Organization: Taughannock Networks X-Headerized: yes Cleverness: minimal List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8bit X-Rspamd-Queue-Id: 4PmZxg0LVxz4Mbl X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N It appears that Tomek CEDRO said: >if there are lots of images for linux docker, and docker is linux only >solution, there is no reason to talk about it on bsd or even offer some >sort of images of bsd for linux right? Docker runs on MacOS with a linux emulation layer. FreeBSD already has some linux emulation so in principle one could do the same thing, but it'd be a lot of work for dubious benefit. R's, John