Define a docker image in 10 bullets points
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Docker image is a collection of filesystems. Each image has a unique UUID assigned via sha-256 algorithm.Each image and a container has storage device assocaited with it.Each file system represents a layer in the image.The base layer for any image is the rootFS.Every layer comes bundled with it’s parent layer.All the layers of an
Read more