What is <my_namespace> in the ic build -t registry.ng.bluemix.net/<my_namespace>/myimage command

I am trying to create a docker image in bluemix and the documentation shows this example command

ic build -t registry.ng.bluemix.net/<my_namespace>/myimage .

On this page:

https://console.ng.bluemix.net/docs/containers/container_cli_reference_cfic.html#container_cli_reference_cfic__build

What is <my_namespace>an example command?

How can I confirm the correct value for the placement?

+4
source share
1 answer

If your organization has not yet set up a namespace for containers, you can do this with the following command:

cf ic namespace set container-namespace

. , , :

cf ic namespace get

, , <my_namespace>.

+4

Source: https://habr.com/ru/post/1663658/


All Articles