This example demonstrates how to use the io.Manager Docker images to create an instance of io.Manager.
Docker and Docker Compose are required to run this example. Get docker at: https://docs.docker.com/get-started/get-docker/
io.Manager requires a database to connect to - this example uses MongoDB, but you can use any other of the supported databases. You will need to either have a local instance or setup a remote database to connect to. For more information visit our Documentation page on the subject: https://docs.interop.io/manager/databases/overview/index.html
io.Manager requires a license key to operate. To acquire a license key, contact us at sales@interop.io.
- Pull the images
docker compose pull
- Start the setup
docker compose up