Skip to content
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

Container scan crashes in hyper-v isolation mode #1

Open
SebastianEsp opened this issue Sep 17, 2020 · 2 comments
Open

Container scan crashes in hyper-v isolation mode #1

SebastianEsp opened this issue Sep 17, 2020 · 2 comments

Comments

@SebastianEsp
Copy link

When scanning a running container an error is encountered at the checkPendingUpdates step.
The program eventually crashes with the following error:

FileNotFoundError: [Errno 2] No such file or directory: 'result.txt'

Issue originates if the container is running in hyper-v isolation mode.
Docker does not allow files to be copied into containers running in hyper-v isolation with the "docker cp" command.
As no check is made to check if the copy command succeeds the program will evenutally crash when the result file is not found

Tested on
OS: Windows 10 Enterprise
Docker Version: 19.03.12
Docker isolation mode: Hyper-V

@thetuxinator
Copy link

Same issue here, btw, is this project still alive?

regards

Tuxinator

@honnyzo
Copy link

honnyzo commented Jun 22, 2021

Hello, have the same issue, can anyone help with that?
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants