-
About Git’s fileMode Setting
I investigated the
core.fileMode
setting in Git’s config. -
Installing Ruby on Windows
This guide explains how to install Ruby on a Windows system.
-
Installing Jekyll on Windows
This guide explains how to install Jekyll on a Windows system.
-
Installing Composer During Docker Image Build
We’ll configure our Docker image to install Composer during the build process.
-
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.
-
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.