Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2023 20:36:13 -0700
From:      paul beard <paulbeard@gmail.com>
To:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: Docker
Message-ID:  <CAMtcK2po6bPnAxxb=Cj9WJ_y8EdhxJtg-iD%2BeLstiYbwJSctWA@mail.gmail.com>
In-Reply-To: <d0da9627-3ff7-fcca-f9dc-6c2d1c874ef2@tundraware.com>
References:  <20230329053443.6ADA6B6AFED5@dhcp-8e64.meeting.ietf.org> <8E16D624-2655-4A10-844A-93E4F63E9859@gromit.dlib.vt.edu> <078a1cf8-7ae2-c593-615b-f5f37fa2b3eb@timpreston.net> <CA%2B1FSij9j922Nvv1Vhn43HznwpyGT99UZsU674G9hHWzR=UhvQ@mail.gmail.com> <06be3a1e-9319-1a21-88b9-4f87328ee127@timpreston.net> <CA%2B1FSijc%2B-OLNsyFNdR=jP3VzMi4zUE92i5iv9Pfg6AryDy_KQ@mail.gmail.com> <34b4b76e-1c41-4cfb-9e86-856f01e8abc9@app.fastmail.com> <CA%2B1FSihVrJ8cZ4ZU6mMr0sKJsZ98V4fh2vpDLugw7MGj-%2BEBPg@mail.gmail.com> <CA%2B1FSijL50mQ-HveBA4HZeNkSoaORv=aty-15nNLzn9amzY_nw@mail.gmail.com> <6002f636-310b-a9fd-b82f-346618976983@timpreston.net> <CA%2B1FSigV_pPwVW%2BDd8WZYGcNQVt7%2BYOcsnJFoRhS6jL5A636pg@mail.gmail.com> <d0da9627-3ff7-fcca-f9dc-6c2d1c874ef2@tundraware.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--0000000000005d8f4e05f96bc7f5
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

I haven't read every message in this thread but I have read enough to
wonder, what problem are you trying to solve, OP? FreeBSD's market cap or
share price doesn't seem to be a factor here so what is the motivation? I
have used FreeBSD since 4.11, skipped a few releases and am currently
running 12.4 in a VM on an iMac. So virtualization isn't a foreign concept
though I know VirtualBox isn't Docker, anymore than Linux is FreeBSD or
MacOS.

It sounds to me like OP should fork FreeBSD into DockerBSD and see how the
uptake is there. Does Docker need to run on FreeBSD? Is there some
deficiency that FreeBSD can address? Or is this some effort to
increase FreeBSD's "mindshare" in the marketplace? I think anyone with any
tech smarts knows FreeBSD exists (as well as OpenBSD and NetBSD), just as
IT directors know macOS exists even as they sign a PO for more WIndows
licenses. But if Linux works with Docker and the tech staff understand
Docker and Linux, why would they want Docker on FreeBSD?

In short, as I saw in an email .sig back when I worked hands on in
tech,=E2=80=A6are you trying to win an argument or solve a problem?



On Sat, Apr 15, 2023 at 8:01=E2=80=AFPM Tim Daneliuk <tundra@tundraware.com=
> wrote:

> On 4/12/23 08:38, Mario Marietto wrote:
> > ---> Docker will NEVER run on FreeBSD, because Docker is built on
> technologies which only exist in the Linux kernel.
> >
> > I don't agree with this. In my humble opinion Docker can run on FreeBSD=
.
> For sure,not using the same technology that it uses on Linux.
>
> By way of introduction, I have been a BSD user before it ever existed
> in any form on x86 machinery, starting with Sun workstations and a variet=
y
> of machinery thereafter. My first version of FreeBSD was 1.0 and I have
> also
> done Linux platform engineering approaching 20 years now.  Finally, I
> have lead teams to deliver Kubernetes/Docker implementation for a
> $1 Billion US commercial interest.
>
> I have stayed out of this mostly because I hate listening to internet
> "experts" running Linux on their RPis who think they are 1st class
> systems engineers.  Also, I generally try to be nice.  But some of the
> commentary here show a lack fundamental clarity about what docker
> is, how it is implemented, and why it is used.  So, lets see if we can
> shine some light on this:
>
> 1. Docker is many things.  It is a virtually private filespace running ov=
er
>     a common Linux kernel.  In this regard, it's basically a high-
>     class version of chroot.  And this COULD be reimplemented
>     notionally on FreeBSD.  That's roughly what jails do as I recall.
>
> 2. Trying to run docker binaries on a FreeBSD kernel might be
>     a good science experiment but it would likely be inefficient
>     and unstable without a ton of work because the kernel
>     architectures of FreeBSD and Linux are fundamentally different.
>
>     There are potentially ways to do this - say running FreeBSD and
>     Linux kernels as Mach servers and then writing a bunch of
>     userland glue to make it look like docker is running on FreeBSD.
>     But it is a nonsensical idea.  It's doesn't solve a problem
>     that needs fixing.
>
> 3. But docker is far more than this, as the term is normally used.
>     It is an entire ecosystem built in layers on top of core
>     containerization. Among these include Kubernetes, Swarm, and
>     Anthos/Istio just for starters.  Then there's all the third party
>     tooling to deploy an manage microservices written using these
>     various systems.
>
>     These aren't toys or some hobby hackery, they are commercial grade
>     bet-your-business capabilities that aren't going to run on some
>     cross-OS experiment.  They represent likely 100s of thousands of man
> hours
>     of work and 10s of millions in expenditure and that's not going to
>     get replicated on a volunteer basis anytime soon.
>
> 4. You're not going to see docker on FreeBSD in any meaningful way becaus=
e
>     it's not worth doing and doesn't solve a significant problem begging
>     to get fixed.
>
> 5. Professionals use all the tools in the toolbox when/as
>     they make sense.  FreeBSD and Linux coexist happily in some of the
>     biggest data centers in the world.  There are commercial NAS
>     products written in FreeBSD, for instance, that are plugged into
>     networks running hundreds or even thousands of Linux servers.
>     The point is, you don't have to choose one, you can choose both.
>
> 6. But if you want to have a go at this, here's a way to get started.
>
>     -  Write a userland abstraction for FreeBSD that looks, feels, and
>        runs like native docker.
>
>     -  Build *reliable and self annealing* IPCs between that abstraction
>        and an actual Linux machine which is truly running docker.  Make
>        sure it isn't noticeably slower than just running straight on
>        Linux.
>
>     -  When you have this done, you will have given FreeBSD users the
>        docker experience you claim is desperately needed.
>
>     - Now all you have to do is port Kubernetes, Swarm, and Isto/Anthos
>       over to get the world to come to FreeBSD.  Good luck ...
>
>

--=20
Paul Beard / www.paulbeard.org/

--0000000000005d8f4e05f96bc7f5
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">I haven&#39;t read every message in this thread but I have=
 read enough to wonder, what problem are you trying to solve, OP? FreeBSD&#=
39;s market cap or share price doesn&#39;t seem to be a factor here so what=
 is the motivation? I have used FreeBSD since 4.11, skipped a few releases =
and am currently running 12.4 in a VM on an iMac. So virtualization=C2=A0is=
n&#39;t a foreign concept though I know VirtualBox isn&#39;t Docker, anymor=
e than Linux is FreeBSD or MacOS.=C2=A0<div><br><div>It sounds to me like O=
P should fork FreeBSD into DockerBSD and see how the uptake is there. Does =
Docker need to run on FreeBSD? Is there some deficiency that FreeBSD can ad=
dress? Or is this some effort to increase=C2=A0FreeBSD&#39;s &quot;mindshar=
e&quot; in the marketplace? I think anyone with any tech smarts knows FreeB=
SD exists (as well as OpenBSD and NetBSD), just as IT directors know macOS =
exists even as they sign a PO for more WIndows licenses. But if Linux works=
 with Docker and the tech staff understand Docker and Linux, why would they=
 want Docker on FreeBSD?=C2=A0</div><div><br></div><div>In short, as I saw =
in an email .sig back when I worked hands on in tech,=E2=80=A6are you tryin=
g to win an argument or solve a problem?=C2=A0</div><div><br></div><div><br=
></div></div></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D=
"gmail_attr">On Sat, Apr 15, 2023 at 8:01=E2=80=AFPM Tim Daneliuk &lt;<a hr=
ef=3D"mailto:tundra@tundraware.com">tundra@tundraware.com</a>&gt; wrote:<br=
></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;=
border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204=
,204);padding-left:1ex">On 4/12/23 08:38, Mario Marietto wrote:<br>
&gt; ---&gt; Docker will NEVER run on FreeBSD, because Docker is built on t=
echnologies which only exist in the Linux kernel.<br>
&gt; <br>
&gt; I don&#39;t agree with this. In my humble opinion Docker can run on Fr=
eeBSD. For sure,not using the same technology that it uses on Linux.<br>
<br>
By way of introduction, I have been a BSD user before it ever existed<br>
in any form on x86 machinery, starting with Sun workstations and a variety<=
br>
of machinery thereafter. My first version of FreeBSD was 1.0 and I have als=
o<br>
done Linux platform engineering approaching 20 years now.=C2=A0 Finally, I<=
br>
have lead teams to deliver Kubernetes/Docker implementation for a<br>
$1 Billion US commercial interest.<br>
<br>
I have stayed out of this mostly because I hate listening to internet<br>
&quot;experts&quot; running Linux on their RPis who think they are 1st clas=
s<br>
systems engineers.=C2=A0 Also, I generally try to be nice.=C2=A0 But some o=
f the<br>
commentary here show a lack fundamental clarity about what docker<br>
is, how it is implemented, and why it is used.=C2=A0 So, lets see if we can=
<br>
shine some light on this:<br>
<br>
1. Docker is many things.=C2=A0 It is a virtually private filespace running=
 over<br>
=C2=A0 =C2=A0 a common Linux kernel.=C2=A0 In this regard, it&#39;s basical=
ly a high-<br>
=C2=A0 =C2=A0 class version of chroot.=C2=A0 And this COULD be reimplemente=
d<br>
=C2=A0 =C2=A0 notionally on FreeBSD.=C2=A0 That&#39;s roughly what jails do=
 as I recall.<br>
<br>
2. Trying to run docker binaries on a FreeBSD kernel might be<br>
=C2=A0 =C2=A0 a good science experiment but it would likely be inefficient<=
br>
=C2=A0 =C2=A0 and unstable without a ton of work because the kernel<br>
=C2=A0 =C2=A0 architectures of FreeBSD and Linux are fundamentally differen=
t.<br>
<br>
=C2=A0 =C2=A0 There are potentially ways to do this - say running FreeBSD a=
nd<br>
=C2=A0 =C2=A0 Linux kernels as Mach servers and then writing a bunch of<br>
=C2=A0 =C2=A0 userland glue to make it look like docker is running on FreeB=
SD.<br>
=C2=A0 =C2=A0 But it is a nonsensical idea.=C2=A0 It&#39;s doesn&#39;t solv=
e a problem<br>
=C2=A0 =C2=A0 that needs fixing.<br>
<br>
3. But docker is far more than this, as the term is normally used.<br>
=C2=A0 =C2=A0 It is an entire ecosystem built in layers on top of core<br>
=C2=A0 =C2=A0 containerization. Among these include Kubernetes, Swarm, and<=
br>
=C2=A0 =C2=A0 Anthos/Istio just for starters.=C2=A0 Then there&#39;s all th=
e third party<br>
=C2=A0 =C2=A0 tooling to deploy an manage microservices written using these=
<br>
=C2=A0 =C2=A0 various systems.<br>
<br>
=C2=A0 =C2=A0 These aren&#39;t toys or some hobby hackery, they are commerc=
ial grade<br>
=C2=A0 =C2=A0 bet-your-business capabilities that aren&#39;t going to run o=
n some<br>
=C2=A0 =C2=A0 cross-OS experiment.=C2=A0 They represent likely 100s of thou=
sands of man hours<br>
=C2=A0 =C2=A0 of work and 10s of millions in expenditure and that&#39;s not=
 going to<br>
=C2=A0 =C2=A0 get replicated on a volunteer basis anytime soon.<br>
<br>
4. You&#39;re not going to see docker on FreeBSD in any meaningful way beca=
use<br>
=C2=A0 =C2=A0 it&#39;s not worth doing and doesn&#39;t solve a significant =
problem begging<br>
=C2=A0 =C2=A0 to get fixed.<br>
<br>
5. Professionals use all the tools in the toolbox when/as<br>
=C2=A0 =C2=A0 they make sense.=C2=A0 FreeBSD and Linux coexist happily in s=
ome of the<br>
=C2=A0 =C2=A0 biggest data centers in the world.=C2=A0 There are commercial=
 NAS<br>
=C2=A0 =C2=A0 products written in FreeBSD, for instance, that are plugged i=
nto<br>
=C2=A0 =C2=A0 networks running hundreds or even thousands of Linux servers.=
<br>
=C2=A0 =C2=A0 The point is, you don&#39;t have to choose one, you can choos=
e both.<br>
<br>
6. But if you want to have a go at this, here&#39;s a way to get started.<b=
r>
<br>
=C2=A0 =C2=A0 -=C2=A0 Write a userland abstraction for FreeBSD that looks, =
feels, and<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0runs like native docker.<br>
<br>
=C2=A0 =C2=A0 -=C2=A0 Build *reliable and self annealing* IPCs between that=
 abstraction<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0and an actual Linux machine which is truly runni=
ng docker.=C2=A0 Make<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0sure it isn&#39;t noticeably slower than just ru=
nning straight on<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0Linux.<br>
<br>
=C2=A0 =C2=A0 -=C2=A0 When you have this done, you will have given FreeBSD =
users the<br>
=C2=A0 =C2=A0 =C2=A0 =C2=A0docker experience you claim is desperately neede=
d.<br>
<br>
=C2=A0 =C2=A0 - Now all you have to do is port Kubernetes, Swarm, and Isto/=
Anthos<br>
=C2=A0 =C2=A0 =C2=A0 over to get the world to come to FreeBSD.=C2=A0 Good l=
uck ...<br>
<br>
</blockquote></div><br clear=3D"all"><div><br></div><span class=3D"gmail_si=
gnature_prefix">-- </span><br><div dir=3D"ltr" class=3D"gmail_signature">Pa=
ul Beard / <a href=3D"http://www.paulbeard.org/" target=3D"_blank">www.paul=
beard.org/</a><br></div>

--0000000000005d8f4e05f96bc7f5--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMtcK2po6bPnAxxb=Cj9WJ_y8EdhxJtg-iD%2BeLstiYbwJSctWA>