简体   繁体   中英

How can I pull the official images of IBM Container Service?

Environment
cf version 6.12.2-24abed3-2015-07-15T21:21:22+00:00
Docker version 1.8.0, build 0d03096

I followed the steps here( CLI Setup ) and setup Cloud Foundry CLI, Cloud Foudnary IBM Containers plugin and Docker.

I can login Bluemix.

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

And I can get the information of bluemix official images.

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

When I tried to pull the image, it requests authentication.I entered my ID/Password, it returned error.

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

What does this authentication need?

You need to login using the cf ic login or ice login command as shown on http://www.ng.bluemix.net/docs/containers/container_cli_ov.html

Logging in the Bluemix Cloud Foundry and Bluemix Containers is separate.

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