在bluemix上运行docker hub容器而不会崩溃(找不到有效的主机)

我试图在ibm bluemix上运行我的第一个容器,但到目前为止,所有的容器我刚刚崩溃。 为了消除图像造成的问题,我使用了一个直接从docker集线器。

$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" }, 

容器在2015年10月20日出现了一些问题(状态: https : //status.ng.bluemix.net/ ),但似乎已经解决了。

问候