Docker will be installed together with Docker-Compose.
Follow the installation instructions at: Install Docker
sudo usermod -aG docker $USER
NOTE: This allows docker to be run without using sudo.
To enable this functionality, log out and log back in; or run:
newgrp docker