Docker
Install and run a node
We provide Docker images and a Docker Compose file for a container setup.
After provisioning a node, proceed as follows:
- Select the Docker tab and click the download button to obtain the
docker-compose.NODE.yaml
configuration file, whereNODE
is the name you entered for your node. - Run
Edit the Docker Compose file and change environment variables to adjust your configuration.
Stop a node
Stop a node via the down
command:
Stop a node and delete its persistent state by adding --volumes
:
Update a node
Run the following commands to update a Docker Compose deployment with a
configuration file docker-compose.NODE.yaml
:
Note that we pull
first so that the subsequent downtime between down
and
up
is minimal.