IBM Verify

 View Only

 IBM Security Verify Bridge Container

Eric Hoffmann's profile image
Eric Hoffmann posted Tue December 10, 2024 05:18 AM

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:

  1. curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
  2. ibmcloud plugin install container-registry
  3. docker pull icr.io/isv-saas/verify-bridge:latest
  4. docker run -it icr.io/isv-saas/verify-bridge:latest /bin/bash