Skip to content

satld

SatL daemon: Docker-compatible container engine and cluster orchestrator for FreeBSD

$ satld [OPTIONS]

Options

Option Description
--config <PATH> Path to the daemon configuration file (a missing file means defaults)
Default: /usr/local/etc/satl/satld.toml
--log-format <FORMAT> Log output format
Values: text — Human-readable text lines; json — One JSON object per line
Default: text
--log-target <TARGET> Where log lines go. syslog sends one datagram per event to the local syslogd and is what the rc.d service uses; stdout is for running the daemon in the foreground
Values: stdout — This process's standard output — a terminal in the foreground, and whatever the shell redirected it to otherwise; syslog — The local syslogd, one datagram per event
Default: stdout
--log-level <LEVEL> Log level filter (the RUST_LOG environment variable wins when set)
Default: info
--metrics-addr <ADDR> Address the Prometheus /metrics endpoint binds (overrides metrics_addr in the config file; the endpoint is off when neither is set). Unauthenticated, like dockerd's — bind a private address
-h, --help Print help (see a summary with '-h')
-V, --version Print version

satld is configured from a file, not from flags: see satld.toml.


Generated from satld 0.1.0 by make gen. Change it in the SatL source or in overlay/cli.yml, never here.