docker install in docker code example
Example 1: docker installation
# Docker installation via Curl
curl -fsSL https://get.docker.com -o get-docker.sh
Example 2: docker install
$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sudo sh get-docker.sh