Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

5. After the setup script completes, run start.sh to pull down the application container and start it

  • ACR username and ACR password to be used by docker to pull the BPLM images from the container registry: bplm-acr-token / <password to be provided upon deployment>

  • where ACRUser is the Blueprint Docker Registry user

  • where ACRPass is the Blueprint Docker Registry password

Code Block
languagebash
eg: ./start.sh example-acr-user someStrongPassword

...