Now you are going to register your container image to Container Registry.
On your local computer, perform the following steps:
- Log into your IBM Cloud account using the IBM Cloud CLI:
$ ibmcloud login -a https://api.ng.bluemix.net
- In case you haven't set the region, you may want to set the region-set environment to where you are located, for example, us-south. Refer to the IBM Cloud documentation to identify the right region for your location:
$ ibmcloud cs region-set us-south
- If you don't already have an existing namespace to work with, you're required to create one for the rest of the setup. The namespace used in the following example is angus but you should choose whatever name best represents your project: ...