Hi!
This is very useful. Thank you.
When I try "curl http://repo.issabel.org/docker-debian.sh | bash" i get this:
root@issadebian:~# curl http://repo.issabel.org/docker-debian.sh | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 458 100 458 0 0 1683 0 --:--:-- --:--:-- --:--:-- 1677
bash: line 6: lsb_release: command not found
E: Malformed entry 1 in list file /etc/apt/sources.list.d/docker.list (Component)
E: The list of sources could not be read.
E: Malformed entry 1 in list file /etc/apt/sources.list.d/docker.list (Component)
E: The list of sources could not be read.
E: Malformed entry 1 in list file /etc/apt/sources.list.d/docker.list (Component)
E: The list of sources could not be read.
Then I try this:
root@issadebian:~# cat /etc/apt/sources.list.d/docker.list
deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian stable
root@issadebian:~#