Why doesn't my newly-created docker have a digest?
问题 I have been following the Docker tutorial here, and built a test image on my local OSX machine by committing changes to an existing image and tagging it with three different labels: # docker images REPOSITORY TAG IMAGE ID CREATED SIZE adamatan/sinatra devel fccb6b4d21b4 8 minutes ago 469.5 MB adamatan/sinatra junk fccb6b4d21b4 8 minutes ago 469.5 MB adamatan/sinatra latest fccb6b4d21b4 8 minutes ago 469.5 MB However, none of these images has a digest: # docker images --digests adamatan