💥
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
  • What is Docker?
  • Why does our Multi-Mining App need to install and run Docker?
  • Docker Requirements
  • Install and Run Docker
  • How to Check Your Docker Version:

Was this helpful?

  1. Multi-Mining App
  2. Prerequisites

Install and Run Docker

PreviousHardware RequirementsNextOn Windows

Last updated 6 months ago

Was this helpful?

What is Docker?

Docker is a platform that allows developers to package applications and their dependencies into a container. Containers are lightweight, standalone, and include everything needed to run an application, ensuring that it works the same across different environments. This makes it easier to develop, deploy, and manage applications consistently.

Learn more about Docker .

Why does our Multi-Mining App need to install and run Docker?

  • Consistency: Docker ensures that our Multi-Mining App runs consistently across different devices and environments, reducing potential setup issues.

  • Isolation: By using Docker, the app runs in its own isolated environment, avoiding conflicts with other software on your computer.

  • Ease of Use: Docker simplifies the installation process, bundling all necessary components together, so you can get started with mining quickly.

Docker Requirements

  1. Hardware Requirements

Operating System

Processor

Memory

Free Disk Space

Mac (macOS 13 and above)

Intel 9th Gen and M-series

8GB and more

100GB and more

Windows (Windows 10 and above)

4-core processor and better

8GB and more

100GB and more

Linux (Ubuntu 22.04 or above / Debian 11 and above)

4-core processor and better

8GB and more

100GB and more

  1. Version Requirements

  • Our Multi-Mining App requires Docker v24.0.0 or higher, which corresponds to Docker Desktop v4.20.0 and above.

Install and Run Docker

How to Check Your Docker Version:

  • Open your terminal, type the following command and press Enter:

docker version
  • In the output, look under the Server section to find your Docker version.

here
On Windows
On Linux
Install Docker Desktop on MacDocker Documentation
Logo