-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
docker inside firecracker VM #4791
Comments
Hey, thanks for opening the issue. I tried using the CI artifacts and indeed Docker is not working because our microvm kernel and rootfs are stripped down and don't have some of the requirements of Docker. For instance, modules support is disabled in the kernel, and netfilter is not built into it (which is what Docker was complaining about when I tried to run it).
However, you should be able to run docker if you're using a kernel that supports all requirements for Docker. For example, you could try pulling the Ubuntu kernel and trying that out. I haven't checked it right now (I'll see if I have time in the next days) but I have done it in the past without issues. Thanks, |
Actually, just using
Let me know if this completely answers your query or if you're seeing other issues in your setup. |
Hey, |
Feature Request
I am building dev spaces where developers can code fullstack applications. MicroVM is what I need because of the nature of the workload.
Describe the desired solution
Ability to run docker containers inside MicroVM to support running fullstack applications.
Checks
The text was updated successfully, but these errors were encountered: