What Are Docker Image Layers?
Docker image layers are a way to group related files together in a container. This makes it easy to share files between containers, and it also makes it easy to create and manage multiple versions of a container. Layers can be created using the docker build command. The first argument is the name of the layer, and the second argument is a list of files or directories that should be included in the layer....