As a backend engineer, mastering docker can give you a competitive edge.
But, docker is super intimidating in the beginning.
Here're 8 crucial terms to help you quickly started with docker:
1. Docker Image
Image is a lightweight package contains A-Z thing needed to run an application independently.
For example, think it like a zip file, containing all the required folders, files, dependencies, libraries, etc. required for your application to run independently.
2. Docker Container
Container is nothing but a runtime instance of a docker image.
You can even run multiple container from a single image.
For example, you can unzip a zip file as many times you want with different names.
Top 6 github repository, to kick-start your programming journey:🧵
1. OSSU:
Open Source Society University is an exceptional curriculum designed to help you become a self-taught computer scientist. From algorithms to operating systems, you'll find it all.