返回到文章

采纳

编辑于 10月前

window docker运行容器,报 hnsCall failed in Win32: The process cannot access the file because it is being used by another process.

docker windows

我运行:

docker run --name jenkinsci -p 8080:8080 -p 50000:50000 -d jenkins-windows:2.0

报:

a3f63182b132bfc39d94f05e5ad7e1991ede3febcc07a0e6363a052bb2890ee2
docker: Error response from daemon: failed to create endpoint jenkinsci on network nat: failed during hnsCallRawResponse: hnsCall failed in Win32: The process cannot access the file because it is being used by another process. (0x20).

请问我该怎么解决?