Skip to content

Install

dpl is one binary. The install script places it in /usr/local/bin, creates /opt/dpl, and registers a systemd service.

dpl uses Podman to build and run containers. Check that it is installed:

Terminal window
podman --version

If the command fails, install Podman first. dpl cannot build or run containers without Podman.

Run the install script as root:

Terminal window
curl -fsSL https://dpl.cesbo.com/install.sh | sh

Check version:

Terminal window
dpl --version