Installed openpanel on a debian12 iso, docker commands are failing:
root@185:~# cd /home/baze/
root@185:/home/baze# docker --context=baze ps -a
Error response from daemon: client version 1.41 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version
temporary fix: export DOCKER_API_VERSION=1.44 before running any command