Handles the running of containers to generate TechDocs.
Custom implementations, e.g. for Kubernetes or other execution environments, can be inspired by the internal default implementation DockerContainerRunner.
DockerContainerRunner
Runs a container image to completion.
Handles the running of containers to generate TechDocs.
Custom implementations, e.g. for Kubernetes or other execution environments, can be inspired by the internal default implementation
DockerContainerRunner.