I would like to check what image is a parent of my given Docker image (FROM with image layer it was created). How can I retrieve this information?
I tried do that through
docker images -t
but this flag is deprecated in new Docker versions. Is there any reliable source of such an info?