I am new to Docker and I have heard a lot about it.
I am trying to install the Docker on my local machine. I am using the below command:
sudo apt-get install docker
But the above command is unable to download docker. Can anyone tell me how to install docker on my local machine.
Thanks.