docker registry - Providing a description of a repository image in Bluemix? -


i using bluemix , have created container image can selected within "container" view of bluemix catalog. see example:

enter image description here

what add description similar shown other images. have recipe how create image in ibm private container repository associated image? step used create image in first place was:

docker push registry.ng.bluemix.net/mynamespace/eps_proxy 


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -