💥
PINGPONG
  • Overview
    • Introduction
    • Our Products
  • Multi-Mining App
    • Introduction
    • Prerequisites
      • Hardware Requirements
      • Install and Run Docker
        • On Mac
        • On Windows
        • On Linux
    • Run PINGPONG App
      • On Mac
      • On Windows
      • On Linux
      • Using the Command Line(CLI)
      • Configuration Guide
    • Security
      • Verify the Safety of Your PINGPONG App
    • Change Log
    • FAQ
  • Compute Resource Exchange
    • Introduction
    • Yield-Enhanced Mining-Backed On-Chain Forwards
    • Audit Reports
    • Morph x PINGPONG Staking Campaign Tutorial
  • COMMS
    • X
    • Discord
    • Linktree
    • Brand kit
Powered by GitBook
On this page
  • Step 1: Download the Windows Version from the Docker Website
  • Step 2: Check Whether Virtualization Is Enabled in Your BIOS

Was this helpful?

  1. Multi-Mining App
  2. Prerequisites
  3. Install and Run Docker

On Windows

PreviousInstall and Run DockerNextOn Linux

Last updated 6 months ago

Was this helpful?

Step 1: Download the Windows Version from the Docker Website

Click to download the binary package of Docker Desktop from the official .

Step 2: Check Whether Virtualization Is Enabled in Your BIOS

Docker Desktop requires hardware virtualization support (either Hyper-V or WSL2) on Windows. You can follow the configuration guide for enabling virtualization in your BIOS: .

If virtualization is already enabled, proceed with the steps below

Option 1: Configuring WSL2

  1. Open PowerShell as Administrator:

    • In Windows 10/11, search for "PowerShell" in the Start menu.

    • Right-click on "Windows PowerShell" in the search results.

    • Select "Run as administrator" from the context menu.

  2. Enable the WSL Feature:

    In the elevated PowerShell window, execute the following command to enable WSL on your system:

    dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
  3. Enable the Virtual Machine Platform Feature and Set WSL 2 as the Default Version:

    Execute the following command to enable the Virtual Machine Platform and set WSL 2 as the default version:

    dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
    wsl --set-default-version 2
  4. Restart Your Computer:

    To ensure the changes take effect, restart your computer by running the following command:

    shutdown /r /t 0

Option 2: Configuring Hyper-V

👍 That's it. You have Docker installed and ready.

If your system supports Hyper-V and you wish to configure Docker using Hyper-V instead of WSL 2, follow the Hyper-V Guide: .

Docker website
Virtualization Guide
Enable Hyper-V