Skip to content

daemonless

Native FreeBSD OCI Containers. Jails without the System Administration.

  • Reliable Foundation


    Built on FreeBSD, utilizing s6 for robust process supervision and ocijail for secure isolation.

  • Minimal Footprint


    Ultra-lightweight images with cleaned package caches and minimal overhead.

  • Secure by Default


    Run as any user with PUID/PGID support. True isolation with Jails.

  • Networking


    Full port forwarding support and seamless integration with pf firewall.

  • Automated Updates


    Automated CI/CD pipelines ensure images are built against the latest upstream releases and FreeBSD packages.

  • Transparent & Open


    100% open source. Every image is built from a visible Containerfile.

Quick Example

Launch your first container in seconds with a familiar syntax.

pkg install podman-suite
podman run -d --name plex \
  -p 32400:32400 \
  -e PUID=1000 -e PGID=1000 \
  -v /data/config/plex:/config \
  -v /data/media:/media \
  ghcr.io/daemonless/plex:latest

Why Daemonless?

  • Philosophy


    We believe in the power of FreeBSD Jails but understand the convenience of OCI containers. Daemonless bridges the gap.

    Read Philosophy

  • Architecture


    Understanding how Podman, ocijail, and FreeBSD kernel features work together.

    View Architecture

  • Community


    Open source and community driven. Join us in building the future of FreeBSD containers.

    GitHub