简体   繁体   中英

IBM Bluemix keeps asking for credentials

i am trying to push a local image into my bluemix repo. I already choosed the right API, region, installed the cf plugins, logged in into my org.. double checked everything. But when I try to

docker push registry.ng.bluemix.net/path/path/imagename:latest

the preparing process starts but aborts with

no basic auth credentials

What can I do to avoid this? Thanks!

Try the following command and then login again and then see if it helps -

cf ic init 

You might need to do it occasionally when you face this problem..

Got it!

Did all steps from scratch and suddenly I am able to push containers in my repo :) but I can't really say, what the porblem was.. anyway, thanks for the help to anyone!!!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM