DockerWrapper.wrap(): run as config.runtime.uid instead of root

This commit is contained in:
InsanePrawn 2022-08-27 05:55:19 +02:00
parent a13fdc70e1
commit ba13293b93
5 changed files with 50 additions and 5 deletions

View file

@ -27,7 +27,7 @@ class Wrapper(Protocol):
class BaseWrapper(Wrapper):
id: str
uuid: str
identifier: str
type: str
wrapped_config_path: str