简体   繁体   English

如何获得IBM Container Service的正式图像?

[英]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 cf版本6.12.2-24abed3-2015-07-15T21:21:22 + 00:00
Docker version 1.8.0, build 0d03096 Docker版本1.8.0,内部版本0d03096

I followed the steps here( CLI Setup ) and setup Cloud Foundry CLI, Cloud Foudnary IBM Containers plugin and Docker. 我遵循了此处的步骤( CLI设置 )并设置了Cloud Foundry CLI,Cloud Foudnary IBM Containers插件和Docker。

I can login Bluemix. 我可以登录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. 而且我可以获得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

When I tried to pull the image, it requests authentication.I entered my ID/Password, it returned error. 当我尝试提取图像时,它要求进行身份验证。我输入了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

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 您需要使用cf ic loginice login命令ice login ,如http://www.ng.bluemix.net/docs/containers/container_cli_ov.html所示

Logging in the Bluemix Cloud Foundry and Bluemix Containers is separate. 登录Bluemix Cloud Foundry和Bluemix Containers是分开的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何下载 Ubuntu 的旧官方容器镜像? - How do I download old official container images of Ubuntu? 为什么IBM Container Service中的docker pull和docker build有区别? - Why are there differences in docker pull and docker build in IBM Container Service? 如何在IBM Bluemix中的现有容器上运行命令? - How can I run a command on an existing container in IBM Bluemix? 您可以将 Docker 镜像直接拉入 IBM Cloud Kubernetes 集群吗? - Can you pull Docker images directly into IBM Cloud Kubernetes clusters? 如何使用带有 docker-compose 的官方 MySQL 映像为 Docker 容器使用临时卷? - How can I use an ephemeral volume for a Docker container using an official MySQL image with docker-compose? Azure 服务主体从容器注册表中拉取映像 - Azure Service Principal pull images from Container Registry 如何在Docker的宿主窗口中拉出窗口容器? - how can i pull window container on host window in docker ? 如何查看或记录docker官方php-fpm debian镜像的PHP错误? - How can I view or log PHP errors with docker's official php-fpm debian images? 如何重用Docker容器作为服务? - How can I reuse a Docker container as a service? 无法从 GCP Container Registry 拉取镜像 - Can't pull images from GCP Container Registry
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM