docker
"
Let's use Docker to help us build software! If you are new to the world of containers then I hope you will find this tutorial insightful. We will explore setting up a new project and creating a docker-compose.yml file, then will add services like PostgreSQL and Redis, and finally run and develop our new application in docker.
I have been developing Ruby on Rails apps in Docker for several years now. I couldn't imagine not using Docker for serving my projects at this point! See how I build docker images meant to be run in production for my Ruby on Rails projects.
I have started using an IDE again (PHPStorm) so that I could debug some applications and do some basic app profiling. I want to use Xdebug to profile my PHP apps. I am using Docker Compose on Windows 10. I have made this very complicated for myself but here we go.