When I use the quick install script on Kali 2025.3:
curl -fsSL https://get.docker.com/ -o install-docker.sh
cat install-docker.sh
sh install-docker.sh --dry-run
sudo sh install-docker.sh
I get the error
E: The repository 'https://download.docker.com/linux/debian kali-rolling Release' does not have a Release file.
Contents of /etc/apt/sources.list.d/docker.list
deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian kali-rolling stable
What is the recommended way to install docker on Kali using install script?
I want docker on the Kali workstation so I can run Ostorlab Known Exploited Vulnerabilities (KEV) Detector https://github.com/Ostorlab/KEV