docker for ubuntu linux code example
Example 1: install docker ubuntu
sudo apt install docker.io -y
Example 2: install docker on ubuntu with
$ sudo apt-get update
$ sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-common