Docker

Deploying VeilNet with Docker is a simple and easy way to get started.

Install Docker Engine

To install Docker Engine, please refer to the official documentation.

Obtain a registration token

Please refer to the Quickstart Guide to obtain a registration token.

Deploy a new Conflux Node

To deploy a new Conflux Node, simply run the following command:

docker run -d --name veilnet-conflux -e VEILNET_REGISTRATION_TOKEN=<registration_token> -e VEILNET_PORTAL=true --privileged veilnet/conflux:beta

Verify the Conflux Node is running

docker ps | grep veilnet-conflux