mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
Add autoupdate feature
This commit is contained in:
parent
73ecd5526a
commit
5b17fcfcd0
13
docker.json
13
docker.json
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user