Search
K
Comment on page

Deployment

To deploy the Claims and Credentials API, follow these steps:
  1. 1.
    Make sure you have Docker installed on your local machine. If you haven't installed Docker yet, you can download it from the official Docker website: https://www.docker.com/get-started.
  2. 2.
    Open your preferred command-line interface (e.g., Terminal, Command Prompt, PowerShell).
  3. 3.
    Execute the following command to pull the Docker image from the GitHub package:
    docker pull ghcr.io/emerging-eco/emerging-claims-credentials:v0.0.6
    This command instructs Docker to fetch the specified image from the GitHub Container Registry.
  4. 4.
    Wait for Docker to download the image. The progress will be displayed in the command-line interface.
  5. 5.
    Once the download is complete, you have successfully pulled the Emerging Claims Credentials Docker image.