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?
<my_namespace>
How can I confirm the correct value for the placement?
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>.
Source: https://habr.com/ru/post/1663658/More articles:Python documentation (: obj: `str`) vs (str) - pythonКогда запускается async-задача в javascript? - javascriptSeveral default buttons in JavaFX - javaCapture 15 megapixel images from a Logitech c920 webcam - windowsTake one string variable and use it in the expression "IN" - sqlHow to swap array elements unchanged in a Redux reducer? - javascriptHow to see the memory usage of Azure App Service? - memoryPythonic pattern for creating parallel lists - pythonЧто произошло с показателями для каждого приложения в Azure Web App - azureasync / await in a class method called "then" - javascriptAll Articles