Re: Docker

From: Tomek CEDRO <tomek_at_cedro.info>
Date: Tue, 28 Mar 2023 15:16:36 UTC
On Tue, Mar 28, 2023, 16:40 Steve O'Hara-Smith <> wrote:

> On Tue, 28 Mar 2023 16:04:11 +0200
> Tomek CEDRO <> wrote:
>
> > On Tue, Mar 28, 2023 at 4:01 PM Hosney Osman wrote:
> > > Dears
> > > we need to cooperate with docker organization to make official
> > > documentation between FreeBSD and Docker
> >
> > Isn't Docker Linux only solution? FreeBSD provides Jails and Bhyve
> > instead?
>
>         Not really but effectively.
>
>         Docker lives at a different level too jails and Bhyve it uses the
> Linux equivalents (containers and vms of various kinds) but it's mostly
> about being able to repeatably compose single function servers by stacking
> overlay filesystems and link them together into a client/server stack,
> although these days it is more common to use Kubernetes to manage the stack
> deployment complete with load balancing, VPN connections, shared secret
> generation ... all defined in a text file.
>
>         In principal Docker could manage FreeBSD based stacks deploying
> them
> to jails and be just like Linux Docker. The catch is that there is a *huge*
> public library of docker images available which make it easy to set up
> pretty much any stack you like ... under Linux. This library does not exist
> for FreeBSD and playing catch up is not going to work, that boat has
> sailed.
>

yea when docker showed up i was already FreeBSD only user avoiding Linux
and folks told me back then Docker is Linux only solution integrated at
kernel level so i stopped there avoiding docker too.

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?

some sort of jails/bhyve automation and deployment would be nice to have on
bsd, most things are here already but some nice gui like vbox have would be
cool for sure, but all this can be done with existing tools already even
step by step on a bare base install. however, that should not be named
docker in any case to avoid confusion.


--
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

>