Files
alfred-preferences/Alfred.alfredpreferences/snippets/visual-studio-code/List Docker Containers with Labels [12B0A70C-979C-40A2-9AC4-B834E875B08D].json
2026-03-26 09:22:38 +08:00

8 lines
365 B
JSON

{
"alfredsnippet" : {
"snippet" : "docker ps -a --filter=\"label=vsch.quality\" --format \"table {{.ID}}\\t{{.Status}}\\t{{.Image}}\\tvscode-{{.Label \\\"vsch.quality\\\"}}\\t{{.Label \\\"vsch.local.folder\\\"}}\"\n",
"uid" : "12B0A70C-979C-40A2-9AC4-B834E875B08D",
"name" : "List Docker Containers with Labels",
"keyword" : "docker command"
}
}