From 5b17fcfcd0be06c5b6e9e5fc43f37523a62d2308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Este-Gracias?= Date: Wed, 18 Jan 2017 19:59:35 +0000 Subject: [PATCH] Add autoupdate feature --- docker.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docker.json b/docker.json index 46009922e6..5fbb071111 100644 --- a/docker.json +++ b/docker.json @@ -16,6 +16,19 @@ "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",