Add autoupdate feature

This commit is contained in:
Stéphane Este-Gracias 2017-01-18 19:59:35 +00:00
parent 73ecd5526a
commit 5b17fcfcd0

View File

@ -16,6 +16,19 @@
"bin": [ "bin": [
"docker.exe" "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": [ "notes": [
"This is the docker client only. Until the docker daemon can run natively", "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", "on Windows you will need a Virtual Machine such as Boot2Docker or",