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

Use Sysbox runc to run software such as systemd, Docker, Kubernetes, legacy apps in DockerHost #16

Open
stevelorenz opened this issue Jun 8, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@stevelorenz
Copy link
Owner

Recently, I have found a project (a container runtime) called Sysbox which can run "VM workloads" inside a Docker container. So the sys container managed by the Sysbox can run e.g. systemd, Kubernetes inside a Docker container. This startup is recently acquired by the Docker company. I would like to check this runc and use it as the runtime to run outside Docker containers in the comnetsemu. This can replace the current very limited and insecure sibling container mechanism used by comnetsemu. With this new runtime, it is possible to use comnetsemu to emulate a network of e.g. multiple Kubernetes clusters without using e.g. nested VM virtualization.

@stevelorenz stevelorenz added the enhancement New feature or request label Jun 8, 2022
@stevelorenz stevelorenz self-assigned this Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant