不可能删除容器 [英] impossible to delete a container

查看:300
本文介绍了不可能删除容器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经创建了一个BlueMix容器,我想删除它。然后我进入门户,点击容器右侧的菜单,然后选择删除容器。问题是:在此之后,容器没有被删除,它仍然没有被标记为活动,但是它不可能释放其IP地址或使用的RAM!



这是非常令人不安的,目前我不知道该怎么做。

解决方案

使用ice命令行工具( https://www.ng.bluemix.net/docs/containers/container_cli_ice_ov .html ),您可以使用命令来释放IP地址并强制移除容器。



取消绑定绑定的IP地址:

  ice ip unbind {IP_address} {container_name_or_id} 

完全发布IP地址:

  ice ip release {IP_address} 

强制移除容器:

  ice rm --force {container_name_or_id} 


I have created a BlueMix container, and I wanted to delete it. I thus went to the portal, and clicked on the right of the container, the menu, and then chose "delete container". The problem is : after that, the container is not deleted, it is still not marked as "active", but it is impossible to free its IP address, or the RAM used!

It is quite disturbing, and at present I don't know what to do.

解决方案

Using the ice command line tool (https://www.ng.bluemix.net/docs/containers/container_cli_ice_ov.html), you can use commands to release IP addresses and force removal of containers.

Unbind a bound IP address:

ice ip unbind {IP_address} {container_name_or_id}

Completely release an IP address:

ice ip release {IP_address}

Force removal of a container:

ice rm --force {container_name_or_id}

这篇关于不可能删除容器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆