-
Notifications
You must be signed in to change notification settings - Fork 294
NPM CI gets blocked and docker container is not responding #7503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm having this problem too - It didn't occur in the previous major version, so I think this is one of the bugs caused by the new permission management setup. I've seen a number of bugs get fixed - this one seems to be the last one left that I'm hitting so would love to get it resolved, as I think the new version contains some great new features. Docker version 2.3.0.5 (48029). Running Windows 10 Pro 1009 (18363.1082), using WSLv1. I can reproduce this in my private project, but so far not been able to on my smaller attempt-to-reproduce project - I suspect this might relate to the number of dependencies being installed/removed. This is my Diagnose ID uploaded before reproducing this issue: 54AB4182-2EB4-4638-9A2B-26C8B8D9C64C/20200916124137 I find this happen as soon as I run Attempting to exec into it results in the following:
It looks to me based on the log output that the container has done a sort of complete crash, meaning its now in a processless-start that means when it comes back up it doesn't actually run anything. This is my Diagnose ID uploaded after reproducing this issue: 54AB4182-2EB4-4638-9A2B-26C8B8D9C64C/20200916124708 Let me know if I can do anything else to help with this - like I said, this seems to be the only bug left that I'm hitting :) |
Issues go stale after 90 days of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Uh oh!
There was an error while loading. Please reload this page.
Expected behavior
I'm doing local development using docker on windows.
I created a docker compose where i bind a folder from my host inside docker container. When running npm ci from dockeer i'm expecting to work without issues.
Actual behavior
Running npm ci from docker is slowly deleting files till is getting blocked. In this point i'm forced to restart docker in order to run other commands from container
Information
Please, help us understand the problem. For instance:
Is it reproducible? yes
Is the problem new? nope
Windows Version: 10
Docker Desktop Version: latest
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: