go-livepeer icon indicating copy to clipboard operation
go-livepeer copied to clipboard

feat: allow changing the Docker runtime

Open rickstaa opened this issue 5 months ago • 0 comments

What does this pull request do? Explain your changes. (required)

The previous implementation used the default Docker runtime. This change adds support for specifying a different runtime—for example, kata—to improve container isolation.

Specific updates (required)

How did you test each of these updates (required)

Does this pull request close any open issues?

Checklist:

  • [ ] Read the contribution guide
  • [ ] make runs successfully
  • [ ] All tests in ./test.sh pass
  • [ ] README and other documentation updated
  • [ ] Pending changelog updated

rickstaa avatar Sep 18 '25 10:09 rickstaa