- Install Docker desktop from https://www.docker.com/products/docker-desktop
- Start docker desktop on your windows/linux/mac box
- start a terminal or powershell/cmd
- run command
docker run hello-world
. you should see hello world message as an output. It means your system is perfectly setup to start working with docker.