mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
Add docker-compose as a docker cli plugin (#2757)
This commit is contained in:
parent
6235eb0964
commit
21fc21c852
@ -10,6 +10,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "docker-compose.exe",
|
"bin": "docker-compose.exe",
|
||||||
|
"post_install": "echo 'Installing docker-compose as docker-cli plugin...'; New-Item -ItemType Directory -Force \"$Env:USERPROFILE/.docker/cli-plugins\" | Out-Null; Copy-Item \"$original_dir/docker-compose.exe\" \"$Env:USERPROFILE/.docker/cli-plugins/docker-compose.exe\"",
|
||||||
|
"uninstaller": {
|
||||||
|
"script": "Remove-Item -Force \"$Env:USERPROFILE/.docker/cli-plugins/docker-compose.exe\""
|
||||||
|
},
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/docker/compose"
|
"github": "https://github.com/docker/compose"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user