Closed ozbillwang closed 9 years ago
There really is no good way to get that information since it isn't encoded in any of the metadata that Docker stores with the image. If you don't see a FROM statement in the output, you can assume that it is FROM scratch
.
Thanks, this answered my question.
When run this docker command, I got list of Dockerfile commands, but there is no
FROM
part on the top.So how can I know the image start from?