Skip to content

Base

FreeBSD base image with s6 supervision.

Port SET_BASE_PORT
Registry ghcr.io/daemonless/base
Tags :latest
Source github.com/daemonless/base

Quick Start

podman run -d --name base \
  ghcr.io/daemonless/base:latest
services:
  base:
    image: ghcr.io/daemonless/base:latest
    container_name: base
    environment:
    volumes:
    ports:
    restart: unless-stopped
- name: Deploy base
  containers.podman.podman_container:
    name: base
    image: ghcr.io/daemonless/base:latest
    state: started
    restart_policy: always

Environment Variables

Variable Default Description

Volumes

Path Description

Ports

Port Protocol Description

Notes

  • User: root (UID/GID set via PUID/PGID)
  • Base: Built on ghcr.io/daemonless/base (FreeBSD)