All you need to do-is download the docker desktop for your system
Once you get docker system running on your machine - you can start containers
docker run -d -p 80:80 docker/getting-started
Now you can see "docker/getting-started" container running on your machine