install docker debian

C++
sudo apt -y install apt-transport-https ca-certificates curl gnupg2 software-properties-commonsudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"

Source

Also in C++: