The entitlement registry is where you can access the container images for MAS & the configuration tool.
Login with your IBM ID here:
https://myibm.ibm.com/products-services/containerlibraryThat will display your entitlement key that you can copy or generate a new one. To then pull the images, you would run a command like:
docker login cp.icr.io --username cp --password KEYFROMABOVE
If you're on 8.6.0 IFIX 01, then you would use
docker pull cp.icr.io/cp/manage/maf-tools:8.6.3
------------------------------
Steven Shull
------------------------------