-
Installing Composer
We will install Composer in a Linux environment.
-
Installing Node.js During Docker Image Build
This guide explains how to install Node.js during the Docker image build process.
-
Installing WSL
This guide explains how to install WSL.
-
Understanding WSL User IDs and File Permission Issues with Docker
I looked into the User ID (uid) in WSL.
-
Installing Docker Engine on Windows
This guide explains how to install Docker Engine on Windows.
Although using Docker Desktop for Windows is the standard method for installing Docker on Windows, here we’ll install Docker Engine using WSL (Windows Subsystem for Linux). -
Setting Up a PHP CLI Environment with Docker
In this guide, we’ll set up an environment where you can run PHP from the command line using Docker.
-
About Docker Healthcheck
I looked into how a Docker healthcheck works.
-
About Docker depends on
I investigated how Docker’s depends_on works.
-
Frequently Used Docker Commands
This is a summary of Docker commands I frequently use.
Only the commands and options I personally use are listed here. -
Debugging PHP Code Running on WSL + Docker Using Xdebug in VSCode
This guide explains how to set up Visual Studio Code (VSCode) to debug PHP code running inside a Docker container on WSL using Xdebug.