install docker ce on the ubuntu code example
Example 1: install docker ubuntu
sudo apt install docker.io -y
Example 2: install docker linux
sudo apt-get install -y linux-image-generic-lts-trusty linux-headers-generic-lts-trusty
sudo apt install docker.io -y
sudo apt-get install -y linux-image-generic-lts-trusty linux-headers-generic-lts-trusty