I am new to Linux and using Parrot Os (Home Edition). I am trying to install Docker on the same. But have been unable to do so.
This is for running MySQL and I also think that it will be useful to me later. I tried installing docker using APT package manager as follows:
sudo apt-get install docker
The installation completes but after that it when i try to start the service, it says
Failed to start docker.service: Unit docker.service not found.
Since I am an newbie, please give detailed answer or place links so that i can read it myself? Thanks.