This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Running a Docker Project on Windows 10 Enterprise – My Experience | |
| Today, as part of a Windows Server project, I started running a Docker-based application on Windows 10 Enterprise Edition. I’m sharing my experience here in case it helps someone else. | |
| --- | |
| 1️⃣ Install WSL (Windows Subsystem for Linux) | |
| - First, install WSL via PowerShell. | |
| - Open PowerShell in **Administrator mode**. | |
| - Run the following command: |