DKP 2.5.1 Features and Enhancements
The following improvements are included in this release.
Podman vs. Docker
Podman is now supported by DKP! If you choose to use Podman, it works with Linux on DKP within the following parameters:
Version 4.0 of Podman or higher for Linux.
Host requirements found here: https://kind.sigs.k8s.io/docs/user/rootless/#host-requirements
Set
alias docker=podman
- In DKP documentation we useDocker
command line syntax in some procedures. If you are using Podman, we suggest you setalias docker=podman
.