Deployment
To deploy the Claims and Credentials API, follow these steps:
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.
Open your preferred command-line interface (e.g., Terminal, Command Prompt, PowerShell).
Execute the following command to pull the Docker image from the GitHub package:
This command instructs Docker to fetch the specified image from the GitHub Container Registry.
Wait for Docker to download the image. The progress will be displayed in the command-line interface.
Once the download is complete, you have successfully pulled the Emerging Claims Credentials Docker image.
Last updated