I have a image and I want to know what is the base image used to build it. In other words what was the
FROM base_image?
I have tried docker inspect which was very informative but it doesn't answer what we are looking for.
I have a image and I want to know what is the base image used to build it. In other words what was the
FROM base_image?
I have tried docker inspect which was very informative but it doesn't answer what we are looking for.