Where can I find what is the latest stable version of docker?

Having spend the better (or worst) part of a day trying to get docker and compose installed, I now get the following error:

ERROR: The Docker Engine version is less than the minimum required by Compose. Your current project requires a Docker Engine of version 1.10.0 or greater.

Where on your website (and why is this info so difficult to find) do I find what is the latest version of docker?

I would have thought, having just (after spending hours on it) installed docker, only to find its not a compatible version.

Hello,

The github project does use the github “releases” feature, and you can see the latest versions there: https://github.com/docker/docker/releases

Additionally, there is a script at https://get.docker.com/ that will install the latest version of docker.

Cheers!