Skip to content

Instantly share code, notes, and snippets.

@cn00
Last active January 22, 2023 07:57
Show Gist options
  • Save cn00/361a7545ba709725e5ae06000a2075a2 to your computer and use it in GitHub Desktop.
Save cn00/361a7545ba709725e5ae06000a2075a2 to your computer and use it in GitHub Desktop.
# `.` = document, `[]` = foreach
docker ps --format "{{json .}}" |yq -pjson '.|del(.Labels)|{"Names":.Names, "ID":.ID,"img":.Image}|[.]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment