18098: Mention runtime engine (e.g., docker) in crunch-run log.
[arvados.git] / lib / crunchrun / docker.go
index 656061b77ec552a811c26dfe18be870b154c1b1e..07f79bbcc2d11f0239a6231288a94d84a89f87fb 100644 (file)
@@ -46,6 +46,8 @@ func newDockerExecutor(containerUUID string, logf func(string, ...interface{}),
        }, err
 }
 
+func (e *dockerExecutor) Runtime() string { return "docker" }
+
 func (e *dockerExecutor) LoadImage(imageID string, imageTarballPath string, container arvados.Container, arvMountPoint string,
        containerClient *arvados.Client) error {
        _, _, err := e.dockerclient.ImageInspectWithRaw(context.TODO(), imageID)