Docker Installation and NVIDIA GPU Configuration
Complete Docker and NVIDIA GPU configuration before beginning mining with the EMC client.
1. Docker Installation and Setup
1.1 Docker Installation and Verification
# Docker Installation
sudo apt-get install docker.io# Refer Docker Version
docker version
# Check for Multiple Docker Installations
which docker
1.2 Docker Daemon Remote Access



Verify if port 2375 is open

2. NVIDIA GPU configuration
2.1 NVIDIA Container Runtime Installation and Usage

Last updated