Installing Docker on ubuntu system Fire the below commands in terminal apt-get install linux-image-extra-virtual curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - apt-get update apt-get install docker docker.io To check if docker is installed docker version