{ "version": "1.13.0", "license": "https://github.com/docker/docker/blob/master/LICENSE", "architecture": { "64bit": { "url": "https://get.docker.com/builds/Windows/x86_64/docker-1.13.0.zip", "hash": "462e61c6a44464ebc71a85cb097fa00f57a6ffd71e643ee266044077d9749c74" }, "32bit": { "url": "https://get.docker.com/builds/Windows/i386/docker-1.13.0.zip", "hash": "6b88a40a73f449a2250a6dcee31d1fd918c4d25905cd7105f3fd98ccd1449531" } }, "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/" ] }