Optimize Docker Images For Production
Docker images contain all we need to deploy and run our application.
Docker image is read Only.
Docker layers are fundamental building blocks ie; of the filesystem/files
Base image:- OS and supporting libraries
Dependencies:- needed to support your ...
kakarlayogitha.hashnode.dev4 min read