17803: Warn when config keys are ignored due to case mismatch.
[arvados.git] / lib / config / generated_config.go
index 0ae85461b089a206de7e62aa6237021edff3fc34..fbee937b39251ff41b72d89325fffee8ff44e7bb 100644 (file)
@@ -892,6 +892,9 @@ Clusters:
       # Minimum time between two attempts to run the same container
       MinRetryPeriod: 0s
 
+      # Container runtime: "docker" (default) or "singularity" (experimental)
+      RuntimeEngine: docker
+
       Logging:
         # When you run the db:delete_old_container_logs task, it will find
         # containers that have been finished for at least this many seconds,