我在 bluemix 中启动了一个 docker 容器,ice ps 显示我的容器处于 "Queued" 状态数小时

I started a docker container in bluemix and ice ps shows my container in state "Queued" for hours

我在 bluemix 中启动了一个 docker 容器,其中包含我自己上传的 postgres 图像。 docker 容器现在在 "Queued" 状态下停留了几个小时。这是我所做的:

// 将最新的 postgres 镜像上传到 bluemix 存储库

ice cpi postgres:9.5 ansi/postgres:9.5

// 在 bluemix

中启动 docker 容器

ice 运行 --name=tinydatabase -m 512 registry.ng.bluemix.net/ansi/postgres:9.5

当我用 "ice ps" 查找我的容器时,刚启动的容器现在处于 "Queued" 状态几个小时。我做错了什么吗?我在 bluemix 文档中找不到任何关于状态的信息。

这似乎是 bluemix 中的内部服务器错误。我联系了支持人员,他们通过联系本地管理员人员解决了问题。