To install Docker Engine, please refer to the official documentation.
Please refer to the Quickstart Guide to obtain a registration token.
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
docker ps | grep veilnet-conflux