Any distribution of architecture as easy as possible.
# Install docker latest version from original website
curl -fsSL https://get.docker.com/ | sh
# Adding your user to the "docker" group
sudo usermod -aG docker $(whoami)
## you will have to log out and back in for this to take effect!