Hi, I am trying to install the IBM Security Verify Bridge as a container on a Linux machine (using Docker to run it). My problem now is that when I try to start the Docker container, I am getting the following error: "ERROR: End user license not accepted. Exiting now."
What flag do I need to set to accept the license when starting the Docker container, or do I need to configure something else?
What I did before:
curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
ibmcloud plugin install container-registry
docker pull icr.io/isv-saas/verify-bridge:latest
docker run -it icr.io/isv-saas/verify-bridge:latest /bin/bash