English 中文(简体)
多克司机“超继2”没有拆除根档案系统:不连接——装置或资源公共汽车
原标题:Docker driver "overlay2" failed to remove root filesystem: unlinkat - device or resource busy

在试图拆除一个cker集装箱时(例如,在试图打上<条码>、多克-兼容时) 我总是发现这些错误:

ERROR: for <my_container>  container d8424f80ef124c2f3dd8f22a8fe8273f294e8e63954e7f318db93993458bac27: driver "overlay2" failed to remove root filesystem: unlinkat /var/lib/docker/overlay2/64311f2ee553a5d42291afa316db7aa392a29687ffa61971b4454a9be026b3c4/merged: device or resource busy

诸如重新启用码头服务、停泊或强行拆除集装箱等共同建议是徒劳的。 我发现,唯一一件工作是人工上不填满<条码>,然后是Im能够拆除该集装箱。

页: 1 ∗∗∗∗∗∗∗∗ 我认为,这可能是由于与CentOS发生冲突造成的,但根据条码>,而不必使用提升的特权来事先赶上。

问题回答

From the error log, it is observed that the file mounting is involved Execute the following command to view the related processes

grep 64311f2ee553a5d42291afa316db7aa392a29687ffa61971b4454a9be026b3c4 /proc/*/mountinfo
ps -ef | grep "The process ID obtained by the grep command above" 

停止被占领的进程

然后删除集装箱





相关问题
PHP Kohana CentOS 5

Trying to deploy a Kohana based project in CentOS 5. Installed PHP 5.3.1 but still getting the following error. Warning: preg_match() [function.preg-match]: Compilation failed: this version of PCRE ...

yum install php-pear* on centos

I m trying to install pear on my centos. I ve used "*yum install php-pear**" to install pear and it seemed to install with success. No errors. I restart my server. However when I check out phpinfo()....

Minicom not capturing data correctly

I have an issue where i have connected my linux server to a serial port. There is a continous flow of data from serial port which comes through epabx. In Minicom i get first call s data and from ...

Trouble Upgrading Python / Django on CentOS

As you can see by reading my other thread today here, I m having some troubles upgrading Python. At the moment I have Python 2.4 with Django installed on a CentOS machine. However I ve recently ...

Illegalkeysize exception

I am using the Bouncy Castle Java cryptographic algorithm implementation. I am getting an IllegalKeySizeException. To overcome this I have even changed my java security jars (local_policy.jar and ...

How to cross compile from Mac OS X to Linux x86?

I m running Mac OS X 10.5.8 and want to compile for target CentOS 5.3 with GCC 4.1.2. How could I: Compile GCC 4.1.2 toolchain and related tools? Use that tool to cross compile for target CentOS 5.3? ...

Automatic Database reads/write every second

I am making an auction website, which has an auto-bid system. This system lets people make biddings without having to be there. My question is how to implement such a system. I have made the php ...

热门标签