I'm running Debian 11 on a VPS, I followed step by step the instruction here : https://docs.docker.com/engine/install/debian/#install-using-the-repository
after setting up the repository, apt-get update returns this :
Ign:4 https://download.docker.com/linux/debian \ InRelease
Err:5 https://download.docker.com/linux/debian \ Release
404 Not Found [IP: 2600:9000:218f:9400:3:db06:4200:93a1 443]
Reading package lists... Done
E: The repository 'https://download.docker.com/linux/debian/ \ Release' does not have a
Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by
default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
I checked /etc/apt/sources.list and I can'y see any docker mirror, is it normal ? I do not know what to do.
thxs