Ed: for example, AFAIK there's no native build of Microsoft sql server for freeBSD, but there's a release for Linux, and a docker (oci) image:
https://hub.docker.com/_/microsoft-mssql-server
So, assuming runj could fetch from docker hub, and interpret the images, you might in theory just:
runj run mcr.microsoft.com/mssql/server
(I'm not sure about the status of init vs oci - I know docker defaults to/uses tini these days?).
Ed: for example, AFAIK there's no native build of Microsoft sql server for freeBSD, but there's a release for Linux, and a docker (oci) image:
https://hub.docker.com/_/microsoft-mssql-server
So, assuming runj could fetch from docker hub, and interpret the images, you might in theory just:
runj run mcr.microsoft.com/mssql/server
(I'm not sure about the status of init vs oci - I know docker defaults to/uses tini these days?).