我怎样才能拿到IBM Container Service的官方图片?

环境
cf版本6.12.2-24abed3-2015-07-15T21:21:22 + 00:00
Docker版本1.8.0,build 0d03096

我遵循这里的步骤( CLI设置 )并设置Cloud Foundry CLI,Cloud Foudnary IBM Containers插件和Docker。

我可以loginBluemix。

cf login API endpoint: https://api.ng.bluemix.net Email> abc@def.com Password> Authenticating... OK 

我可以得到bluemix官方图片的信息。

 cf ic images REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE registry.ng.bluemix.net/ibmliberty latest 2209a9732f35 2 weeks ago 263.6 MB registry.ng.bluemix.net/ibmnode latest 8f962f6afc9a 2 weeks ago 178.9 MB 

当我试图拉图像,它要求身份validation。我input我的ID /密码,它返回错误。

 docker pull registry.ng.bluemix.net/ibmnode Using default tag: latest Pulling repository registry.ng.bluemix.net/ibmnode Username: abc@def.com Password: Email: abc@def.com Error response from daemon: Wrong login/password, please try again 

这个authentication需要什么?

您需要使用cf ic loginice login命令ice login ,如http://www.ng.bluemix.net/docs/containers/container_cli_ov.html所示

loginBluemix Cloud Foundry和Bluemix Containers是分开的。