Ubuntu Linux Jail on FreeBSD 12.2-Release
11–20 of 86 posts
Re: Ubuntu Linux Jail on FreeBSD 12.2-Release
#12I wish there was a usable Docker Engine API implementation that could run containers in jails using zfs for image layering. There is a Docker for FreeBSD port, but last time I checked, it was super old. Having Docker as a first class citizen on FreeBSD would make it really incredibly as a server OS.
Now if only if FreeBSD wasnt an slow, unstable, glued together example of an OS.
Re: Ubuntu Linux Jail on FreeBSD 12.2-Release
#13I wish there was a usable Docker Engine API implementation that could run containers in jails using zfs for image layering. There is a Docker for FreeBSD port, but last time I checked, it was super old. Having Docker as a first class citizen on FreeBSD would make it really incredibly as a server OS.
> Having Docker as a first class citizen on FreeBSD would make it really incredibly as a server OS. Now if only if FreeBSD wasnt an slow, unstable, glued together example of an OS.
This is a strange assertion when the implication is that Linux is somehow not "glued together" despite requiring distributions to literally glue the pieces together.
Re: Ubuntu Linux Jail on FreeBSD 12.2-Release
#14Nice progress, but it notes that `systemd` doesn't work, which means all the things that depend on `systemd` won't work either.
Re: Ubuntu Linux Jail on FreeBSD 12.2-Release
#15I wish there was a usable Docker Engine API implementation that could run containers in jails using zfs for image layering. There is a Docker for FreeBSD port, but last time I checked, it was super old. Having Docker as a first class citizen on FreeBSD would make it really incredibly as a server OS.
Re: Ubuntu Linux Jail on FreeBSD 12.2-Release
#16I wish there was a usable Docker Engine API implementation that could run containers in jails using zfs for image layering. There is a Docker for FreeBSD port, but last time I checked, it was super old. Having Docker as a first class citizen on FreeBSD would make it really incredibly as a server OS.
Which aims to provide something similar as Docker for FreeBSD.
Re: Ubuntu Linux Jail on FreeBSD 12.2-Release
#17Nice progress, but it notes that `systemd` doesn't work, which means all the things that depend on `systemd` won't work either.
As far as things that depend on systemd — sort of. Sure, you won't be able to manage servers with systemctl and that sort of thing; systemd as pid 1. Smaller pieces under the systemd umbrella, of which there are several, may work well enough.
Re: Ubuntu Linux Jail on FreeBSD 12.2-Release
#18In order for the linux compat to be generally useful, we really need to get electron apps working, which means getting chrome itself working. There are some commercial software packages that run which are useful in more limited scopes. For example, I run a linux PVR server (SageTV), and Intel's Vtune GUI. But getting chrome & electron working would enable tons of commercial linux apps.
Running Linux Chrome in a FreeBSD Linux jail already works [1]. But, Chrome is already ported to FreeBSD [2]. Not sure why you'd need Linux Chrome specifically. In fact, there's already a port of Electron [3]. [1] https://forums.freebsd.org/threads/linuxulator-how-to-run-go... [2] https://www.freshports.org/www/chromium [3] https://www.freshports.org/devel/electron5/
Re: Ubuntu Linux Jail on FreeBSD 12.2-Release
#19Re: Ubuntu Linux Jail on FreeBSD 12.2-Release
#20BSD subsystem for Linux.