Running the Node in a Container (Preferred Method)

Requirements

Entrypoint and Container Processes

Familiarize yourself with the entrypoint for the consensus docker container.

These processes are the following:

Process
Function

aesm_service

Provides EPID provisioning for the enclave.

filebeat

Provides logging.

mc-ledger-migration

Performs the ledger migration, if necessary, then stops.

ledger-distribution

Distributes the ledger to S3 archive.

mc-admin-http-gateway

Provides the admin panel to the Consensus Service.

consensus-service

Runs the MobileCoin Consensus Service.

Last updated