Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Docker Installation

This guide will help you install and run a NeoPRISM node using Docker.

Prerequisites

Steps (Mainnet Relay Example)

  1. Clone the NeoPRISM repository:

    git clone https://github.com/hyperledger-identus/neoprism.git
    cd neoprism/docker/mainnet-relay
    
  2. Start NeoPRISM and PostgreSQL using Docker Compose:

    docker-compose up
    
  3. Access the Web UI:

  4. Resolve a DID using the API:

    curl http://localhost:8080/api/dids/<did>
    

Note: The example above demonstrates one way to run NeoPRISM using Docker. You can find additional deployment examples and configurations in the docker directory of the repository.

If you are deploying NeoPRISM in a production environment, please take extra care to harden your setup according to your organization’s security requirements.