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

Add runtime to Docker host config to enable container runtime selection #243

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

aletundo
Copy link

Hi! I'm proposing to add the runtime parameter to the host config used to create Docker containers.
This new parameter enables users to run containers with a specific container runtime which is different from the default one.

For example, my usage scenario requires to run systemd-enabled containers because I need to run a system with multiple components in a single node.
In particular, I'm using sysbox-runc runtime to overcome the common issues related to executing systemd within Docker containers.

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

Successfully merging this pull request may close these issues.

None yet

1 participant