mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-08 12:35:26 +00:00
prefer listing docker images by name when possible
This commit is contained in:
parent
4b632f81f8
commit
3a460a3526
@ -22,7 +22,7 @@ preview_command = "git show -p --stat --pretty=fuller --color=always {0}"
|
|||||||
# Docker
|
# Docker
|
||||||
[[cable_channel]]
|
[[cable_channel]]
|
||||||
name = "docker-images"
|
name = "docker-images"
|
||||||
source_command = "docker image list --format \"{{.ID}}\""
|
source_command = "docker image list --format=json | jq -r '.[] | .Names[0] // .Id'"
|
||||||
preview_command = "docker image inspect {0} | jq -C"
|
preview_command = "docker image inspect {0} | jq -C"
|
||||||
|
|
||||||
# S3
|
# S3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user