Quick Tip - Fixing Time drift issue on Docker for Mac

As we know, many of the Mac users don't shut down their laptops every day. When the work is done we simply close the lid and let the Mac sleep. But when the system wakes up, the time in every docker container will lag behind and starts from the time...

My Docker Setup - Ubuntu, php7-fpm, Nginx and MariaDB

When we work as a team, it's insanely difficult for all of us to have the same environment. Some devs may be working on Linux machines whereas others working on Mac/Windows machines. Some dependencies may work on some machines, while others may not...