make build_node_image
: Build theqf-node-image
image which using for development.make build_dev_image
: Build theqf-solochain-<arch>:latest
image for development.make run_arm64
: Run theqf-solochain-arm64:latest
image.make run_x86_64
: Run theqf-solochain-x86_64:latest
image.make build_arm64
: Build theqf-solochain-arm64:latest
image.make build_x86_64
: Build theqf-solochain-x86_64:latest
image.
For running the full node just run:
make run_arm64
or for x86_64 architecture:
make run_x86_64
We recommend to build first the qf-node-image
because it builds a longer time and then use it to build the qf-solochain-<arch>:latest
image.
make build_node_image
Or You can
make build_dev_image
Then you can change the Dockerfile.dev
. The Dockerfile.dev
is used to build the qf-solochain-<arch>:latest
(default arch is x86_64) image but coping the compiled results from qf-node-image:latest
(default arch is x86_64) and dont require to compile the qf-node-image
again.
Run command with all parameters contained in the qf-node-start.sh
script.