Pre-requisites to install Soffid
Pre-requisites
To install Soffid you will need to have previously installed the following components
- Docker
- Docker compose
1. How to install Docker?
Now let's install Docker in your environment. The following commands are defined to install Docker on a Linux machine
{{@708}}
2. How to install Docker Compose?
Once you have docker install, you can install docker compose.
https://docs.docker.com/compose/install/standalone/
{{@1185}}