Mastering Docker Architecture and Key Concepts
We all know the definition of Docker. Docker is a software that packages applications into standardised units called containers that have everything required by the software including libraries, system tools, code and runtime. But this doesn’t help us truly understand…