X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/aabea703ee77ca91da710dd9bce9716e5d35d7b2..469ea187586ea8017e26874c2d80414ce7571fae:/lib/crunchrun/executor.go diff --git a/lib/crunchrun/executor.go b/lib/crunchrun/executor.go index b5b7884339..1ed460acd9 100644 --- a/lib/crunchrun/executor.go +++ b/lib/crunchrun/executor.go @@ -60,7 +60,7 @@ type containerExecutor interface { // Release resources (temp dirs, stopped containers) Close() - // Name of runtime engine ("docker", "singularity") + // Name and version of runtime engine ("docker 20.10.16", "singularity-ce version 3.9.9") Runtime() string GatewayTarget