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

do standard Docker vulnerabilities reside in this engine too? #6

Open
jdavidthomson opened this issue Dec 28, 2018 · 1 comment
Open

Comments

@jdavidthomson
Copy link

I know that Docker has some bugs for RCE and other security issues. Does this engine end up being vulnerable to the same issues as stock Docker? I'm aware that it may introduce its own set of vulns, but i'm most concerned with finding a way to use docker images without exposing myself to dockers weaknesses.

Thanks!

@pmorjan
Copy link
Member

pmorjan commented Jan 7, 2019

Hi, runq is a runtime for the standard Docker engine. Therefore vulnerabilities
of Docker (and runc) also apply but at a different layer. Qemu and the guest
kernel build an isolation layer between application and host but docker is
still used to launch the VM as a container.

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

2 participants