尝试将docker容器部署到Bluemix。安装了容器服务插件,能够登录api.ng.bluemix.net
,但是在运行bluemix ic init
时会出现以下错误:
{
"code": "IC5097E",
"description": "Authentication was not successful: The container service has not been enabled for this org. Please login via \u2018bx login ...' + \u2018bx ic init ...' and try again.",
"environment": "prod-dal09",
"host_id": "144",
"incident_id": "1360-1497162332.121-675605",
"name": "InvalidToken",
"rc": "401",
"type": "Infrastructure"
}
FAILED
Your login state might have expired. Use 'bluemix login' to login again.
帮助维护有效令牌和帮助的任何帮助;成功部署将不胜感激!
答案 0 :(得分:0)
检查是否answer can help:
如果您有联合ID,则必须使用首先必须生成的API密钥登录Bluemix。 请follow the instructions here并尝试使用您的API密钥重新登录
答案 1 :(得分:0)
我假设您已经阅读了使用IBM Bluemix和容器的文档。我在这里找到了他们的文档:
它解释了一步一步的指示。只是想知道你是否错过了任何一步。