3 comments

  • ggm23 minutes ago
    I think they understate the importance of accepting OCI and Dockerfile semantics as a path to an external &quot;run one of these&quot; and having it actually emerge as a jail based outcome.<p>I get saying &quot;we don&#x27;t need these additional layers&#x2F;abstractions&quot; but what it ignores is me saying &quot;I want to run this code, and what I have is a suite of Docker based behaviour and I want a low friction path to use that Docker compose method, to get where I want&quot;<p>They also haven&#x27;t yet addressed how things re-scale sideways. Pods, and scaling is why people wind up behind traefik or caddy, fronting a service. It&#x27;s not because the service lies in RFC1918 (how I wish they had written kubernetes to V6 native) it&#x27;s because the service is being delivered by multiple discrete runtime states &quot;inside&quot; and scales horizontally.
  • davidcollantes1 hour ago
    The main drawback I saw on jails is that they are FreeBSD. The owner doesn’t mention, and I have not researched it, but can you run any Linux distribution in a FreeBSD jail?
    • dgl27 minutes ago
      FreeBSD has supported Linux emulation for a long time (<a href="https:&#x2F;&#x2F;docs.freebsd.org&#x2F;en&#x2F;books&#x2F;handbook&#x2F;linuxemu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.freebsd.org&#x2F;en&#x2F;books&#x2F;handbook&#x2F;linuxemu&#x2F;</a>). The emulation is at the syscall level but enough to run most apps.
    • ggm26 minutes ago
      There is a significant investment in a linux compatible system call layer, and a linux compatible runtime link library suite.<p>It isn&#x27;t a complete answer, but the position as I understand it (haven&#x27;t had to care for a long time) is that a LOT of linux binaries can work.
    • assimpleaspossi36 minutes ago
      I believe you are asking about bhyve for running Linux on FreeBSD. Jails are for software isolation.
  • evanjrowley4 days ago
    I would like to explore the interoperability&#x2F;compatibility limits of LXC and OCI support in FreeBSD 15. Both with FreeBSD as an OCI container and Linux OCI containers within FreeBSD.
    • assimpleaspossi1 hour ago
      I would like to explore the interoperability&#x2F;compatibility limits of Jails support in Linux.