Containerization of Applications: Docker Overview
Containerization simplifies the process of building, testing, and deploying applications, enabling teams to work more efficiently and effectively. By reducing the risk of compatibility issues, optimizing resource utilization, and improving security, ...
chaitannyaa.hashnode.dev11 min read
Gemma Black
Nice Chaitannyaa Gaikwad. You've highlighted some commands I never use like
docker portanddocker search.Just tried
docker search mysqland it listed a series ofmysqlimages from Docker which is great! A lot faster than having to open up the browser. I don't know why I didn't use it before.