With the following commands, we can install docker with the official script of Docker ```bash curl -fsSL https://get.docker.com -o get-docker.sh sudo sh ./get-docker.sh --dry-run ```