Merge branch '19099-singularity-container-shell'
[arvados.git] / lib / crunchrun / executor.go
index b5b7884339152acab09778c689863afd2c062941..1ed460acd966c3a64d32e11d749a6ac04e8260f1 100644 (file)
@@ -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