Skip to content

Latest commit

 

History

History
 
 

podman-install

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Podman Install

Features

Requirements

  1. You have successfully set up the on boot script described here
  2. [Optional] 25-add-cron-jobs.sh

Installation

  1. Copy on_boot.d/00-podman.sh to /data/on_boot.d
  2. Copy the contents of conf to /data/podman/conf

Customization

Optional: automatic updates

  • Copy cronjobs/update-podman to /data/cronjobs
  • Re-run /data/on_boot.d/25-add-cron-jobs.sh

The script can be run manually. Normally, it will refuse to overwrite an existing podman install. If you've installed podman manually, or if you are using UDM 1.x firmware (which includes podman), then the script will do nothing.

If you run /data/on_boot.d/00-podman.sh --force, then podman will be reinstalled, even if it aready exists.

Normally, the script will reuse previously-downloaded zip files. This should cause the previously-installed version to be reinstalled automatically after a firmware upgrade.

If you run /data/on_boot.d/00-podman.sh --download-only, then the latest zip file will be downloaded from https://unifi.boostchicken.io/, but not installed.

You can combine the two args to forcefully upgrade to the latest version:

/data/on_boot.d/00-podman.sh --download-only && /data/on_boot.d/00-podman.sh --force

Why not podman-update?

unifi-utilities#288 (comment)