LeonardLaszlo / nw.js-armv7-binaries

NW.js ARMv7 and ARMv8 binaries and the scripts for building and running the executable.
145 stars 22 forks source link

docker: Error response from daemon: error creating overlay mount to /home/sangfor/source/.docker/overlay2/1f59d9ec9bfb4fb8193fa683c3d3907d17d28f4d63f2619b970dde6acd5404bd-init/merged: no such file or directory. #45

Open buqulinghun opened 3 years ago

buqulinghun commented 3 years ago

The build log is as follows: 2021-04-25 14:52:32 TODO install curl, python, docker if needed 2021-04-25 14:52:32 Start parsing parameters 2021-04-25 14:52:32 Set positional arguments in their place 2021-04-25 14:52:32 Done parsing parameters 2021-04-25 14:52:32 Get the active branch from the official repo 2021-04-25 14:52:33 NW.js active branch: nw53 2021-04-25 14:52:33 Docker repository: laslaul/nwjs-arm-build-env 2021-04-25 14:52:33 Docker parameters: -H unix:///var/run/docker.sock 2021-04-25 14:52:33 Check whether the image exists on the docker host 2021-04-25 14:52:33 Found image with id: 135a87b8853f locally 2021-04-25 14:52:33 Start a container from the laslaul/nwjs-arm-build-env image 2021-04-25 14:52:33 docker -H unix:///var/run/docker.sock run --detach --tty laslaul/nwjs-arm-build-env docker: Error response from daemon: error creating overlay mount to /home/sangfor/source/.docker/overlay2/1f59d9ec9bfb4fb8193fa683c3d3907d17d28f4d63f2619b970dde6acd5404bd-init/merged: no such file or directory. See 'docker run --help'.

How to solve this problem?

LeonardLaszlo commented 3 years ago

Seems to be a docker error. Based on a short googling I think it has to do with your filesystem.

LeonardLaszlo commented 3 years ago

https://github.com/moby/moby/issues/23930

buqulinghun commented 3 years ago

Thank you! I have tried many blog methods including the above post, but still did not solve the problem. If I solve this problem later, I will post the answer here.