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

Abstract container commands #503

Open
ribalba opened this issue Oct 10, 2023 · 0 comments
Open

Abstract container commands #503

ribalba opened this issue Oct 10, 2023 · 0 comments

Comments

@ribalba
Copy link
Member

ribalba commented Oct 10, 2023

Currently in the runner we call all the docker commands by executing a new process. While this is secure in the way that the docker command api stays the same it is not ideal. I would want to introduce a container abstraction layer. So we can
a) use https://docker-py.readthedocs.io/en/stable/index.html to manage our containers if we choose too. I would like to see how much overhead the spawing of the new processes adds
b) add Podman (bigger refactor)

nothing too important right now but should not be lost.

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

1 participant