79677669

Date: 2025-06-24 13:37:21
Score: 1
Natty:
Report link

I use Config.Image it's a field of the container's inspect output plus jq to parse the JSON output :

docker inspect <container-id/name> | jq -r '.[0].Config.Image'
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: TouFa7