What is Layered Architecture? Docker images are built in layers, each layer represents each line in the Dockerfile file of that image. These layers are basically set of filesystem changes. Advantages Reusability: Docker reuses layers across builds i...
blog.rohitkalyan.in3 min read
No responses yet.