Hi I am new to docker the only time i’ve been using docker is with Laravel Sail that comes with ready to use docker configuration.
I love the idea of using docker containers but have couple of doubts that i’m not able find the solution of, online. Please i’ll really appreciate if someone will explain or provide their guidance on this topic
My requirements are
- Earlier i used to use xampp lets say xyz version that comes with xyz version of apache, mysql mariadb etc …which contains lets say 4 of my projects.
- then i moved to some latest version xampp abc latest php , myql etc etc that again have 3 of my some project that uses latest tech version.
- Now this kept on going NOW I HAVE SETS OF PROJECTS THAT USES SAME CONFIGURATIONS OR IN OTHER WORDS SHARES THE SAME SERVER REQUIRENMENTS.
As docker serves to this sole purpose i just dont know how to implement it.
if anyone can explain in simple language that would be really helpful.
Thanks in advance