Docker

Wrong container engine selected when both Docker and Podman installed

warning
configurationUpdated Feb 16, 2026(via Exa)
How to detect:

When both Docker and Podman are installed, the auto-detection may select the wrong engine, causing compatibility issues or using unintended container runtime.

Recommended action:

Manually override engine selection by setting CONTAINER_ENGINE environment variable to either 'docker' or 'podman' before running installation script.