Install Docker in your Ubuntu - Debian - Raspberry Pi, Fedora
Docker is really awesome, and nowadays it is essential for almost any development project, for a full-stack developer it is a key skill.
so, to install it in your Linux - Debian the easiest way is to use the official script:
wget https://get.docker.com -O get-docker.sh
after