Running Docker Container Options
Running the Bonder as a Docker Container Options
The following are some options you can consider when running the bonder client.
Running as daemon
Use the --detach
docker flag to run container as daemon.
Note: If you're keystore requires a passphrase and you're not using a password file, you'll need to pass the passpharse via the KEYSTORE_PASS
environment variable.
Docker Compose
Docker compose example for Hop Node: docker-compose.yml
Start docker container:
Start docker container as daemon:
Stopping docker container
Last updated