What Does Docker From Scratch Do?
What Does Docker From Scratch Do? FROM scratch You can use Docker’s reserved, minimal image, scratch , as a starting point for building containers. Using the scratch “image” signals to the build process that you want the next command in the Dockerfile to be the first filesystem layer in your image. What is a scratch