-
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.
-
About the User ID in WSL
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 depends on
I investigated how Docker’s depends_on works.
-
About Docker Healthcheck
I looked into how Docker healthchecks work.
-
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.
-
Setting the PHP Executable Path in VSCode to Use PHP Inside a Docker Container
This guide explains how to configure Visual Studio Code (VSCode) to use PHP inside a Docker container as the executable path. Reference: How to setup VSCode with PHP inside docker