turbinia icon indicating copy to clipboard operation
turbinia copied to clipboard

Replace docker code with non-daemon container runner

Open hacktobeer opened this issue 1 year ago • 0 comments

The docker job runner code is currently using a full docker daemon to run container dependencies. This creates a side effect of having to run an actual extra container (dind in most cases). We should rewrite the docker job dependency code to use a container runner that does not need a daemon (eg podman).

Originally posted by @aarontp in https://github.com/google/turbinia/pull/1349#pullrequestreview-1698270808

hacktobeer avatar Oct 27 '23 10:10 hacktobeer