X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d7c8ef4e435b88e9a45e5cd9fc2365fb82c9ab36..a3a51578bb709f35b57ab5c35790dcd9e4e7affc:/lib/crunchrun/executor.go diff --git a/lib/crunchrun/executor.go b/lib/crunchrun/executor.go index dc1bc20b7c..0a65f4d634 100644 --- a/lib/crunchrun/executor.go +++ b/lib/crunchrun/executor.go @@ -60,6 +60,6 @@ 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 }