Day 16 : Docker Continued
1.Why are containers lightweight?
Containers are low in size because it shares the resources from the host OS. The container has the minimum binaries and libraries that are required to run the commands.
For example, suppose you are building an image ...
sudipa.hashnode.dev2 min read