无法创建和 运行 Bluemix 容器,未经授权

Cannot create and run Bluemix container, Unathorized

我关注了official instructions and also double checked with these instructions.
1. 我使用
进行身份验证 sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys myKey命令。
2. 我能够使用
进行推送 sudo ice --local push registry-ice.ng.bluemix.net/myAccount/myApp.

然而,当我尝试创建并 运行 容器时,出现以下错误:

user@comp:~$ sudo ice run --name myApp registry-ice.ng.bluemix.net/myAccount/myApp:latest
Target is container cloud. Invoking cloud service...
Command failed with container cloud service
Unauthorized... Try to login again...

我在 运行 执行此命令时也遇到同样的错误:

sudo ice ps
sudo ice images

更新 1: 当我有容器 运行ning 时,出现以下错误:

:~$ sudo ice ip request
Target is container cloud. Invoking cloud service...
Command failed with container cloud service
Error requesting new floating ip

ice ip list returns 2 个 IP 地址的列表。

你 运行 ice 登录了吗?

sudo ice login -k  077179b63616a6d052233dfe2ca66952e77ef0ee1de1a5fd \
-H https://api-ice.ng.bluemix.net/v1.0/containers \
-R registry-ice.ng.bluemix.net

之后你应该可以 运行 sudo ice images.

ice ip request 命令目前存在一个问题,即 returns 一个错误代码,但实际上它起作用了。 运行 ice ip list 它会显示您的 IP。我们正在修复错误的错误代码。