{ "version": "1.13.1", "license": "https://github.com/docker/docker/blob/master/LICENSE", "architecture": { "64bit": { "url": "https://get.docker.com/builds/Windows/x86_64/docker-1.13.1.zip", "hash": "850deeac9e05a2426be335b7bf4b31757c98639eb35e0fe8d9c4b1dc8cc06c38" }, "32bit": { "url": "https://get.docker.com/builds/Windows/i386/docker-1.13.1.zip", "hash": "3e31c57b0e592c5a9a489cd779c5564413c8510cfdc0b9404269623a7f6cba44" } }, "homepage": "https://docker.com", "extract_dir": "docker", "bin": [ "docker.exe" ], "checkver": { "github": "https://github.com/docker/docker" }, "autoupdate": { "architecture": { "64bit": { "url": "https://get.docker.com/builds/Windows/x86_64/docker-$version.zip" }, "32bit": { "url": "https://get.docker.com/builds/Windows/i386/docker-$version.zip" } } }, "notes": [ "This is the docker client only. Until the docker daemon can run natively", "on Windows you will need a Virtual Machine such as Boot2Docker or", "Docker Machine", "", "Boot2Docker: https://github.com/boot2docker/windows-installer/releases/", "Docker Machine: http://docs.docker.com/machine/" ] }