converghub / Zondocker

QRL Zond unofficial dockerfile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zondocker

This is a WIP. Since there are still parts that have not been fully configured, such as where to mount the data, I hope that you will refer only to the Zond build part.

1. Install requirements

Docker Desktop needs to be installed on Windows to run docker commands.

2. Docker build

docker image build -t zondocker:version .

2. Docker run

docker run -it zondocker:version /bin/bash

3. Run Zond node

cd ~/zond
./gzond

For more information on Zond node documentation, please refer to the official documentation

About

QRL Zond unofficial dockerfile


Languages

Language:Dockerfile 100.0%