Files
alfred-preferences/Alfred.alfredpreferences/snippets/docker/下載並安裝最新版 docker-compose獨立二進位檔 [08FA71B2-1683-4FE9-B655-94D64B9D392E].json
2026-03-26 09:22:38 +08:00

9 lines
492 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"alfredsnippet" : {
"snippet" : "curl -L https:\/\/github.com\/docker\/compose\/releases\/download\/v$(curl -Ls https:\/\/www.servercow.de\/docker-compose\/latest.php)\/docker-compose-$(uname -s)-$(uname -m) > \/usr\/local\/bin\/docker-compose\n\nchmod +x \/usr\/local\/bin\/docker-compose",
"dontautoexpand" : true,
"uid" : "08FA71B2-1683-4FE9-B655-94D64B9D392E",
"name" : "下載並安裝最新版 docker-compose獨立二進位檔",
"keyword" : "install"
}
}