I'm trying to build a docker image at bluemix and the documentation shows this command example
ic build -t registry.ng.bluemix.net/<my_namespace>/myimage .
At this page:
What is the <my_namespace>
in the command example ?
How can I confirm the right value to put there ?