我正在尝试在ibm bluemix上运行我的第一个容器但到目前为止所有容器我都开始崩溃了。为了消除图像产生的问题,我使用了一个直接来自docker hub。
$cf ic cpi ghost ghost
$cf ic run registry.ng.bluemix.net/xxxx/ghost
完整输出:https://gist.github.com/jansauer/167727ef3df463d5594b
运行此操作后,我得到一个未在cf ic ps
上列出的容器ID,并且在仪表板上显示崩溃。
我在cf ic inspect
中找到了这个:
"Fault": {
"code": 500,
"created": "2015-10-20T18:05:21Z",
"message": "No valid host was found. Exceeded max scheduling attempts 3 for instance 846b0eed-e41d-465c-a050-ecc57e2a9be9. Last exception: [u'Traceback (most recent call last):\\n', u' File \"/usr/lib/python2.7/dist-packages/nova/compute/manager.py\", line 2069, in _do"
},