mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-24 21:14:00 +00:00
Update config files with options and defaults
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
7ca0e5db60
commit
50240c93bd
@ -16,4 +16,17 @@ ldconfig = "@/sbin/ldconfig"
|
|||||||
|
|
||||||
[nvidia-container-runtime]
|
[nvidia-container-runtime]
|
||||||
#debug = "/var/log/nvidia-container-runtime.log"
|
#debug = "/var/log/nvidia-container-runtime.log"
|
||||||
#experimental = false
|
log-level = "info"
|
||||||
|
|
||||||
|
# Specify the runtimes to consider. This list is processed in order and the PATH
|
||||||
|
# searched for matching executables unless the entry is an absolute path.
|
||||||
|
runtimes = [
|
||||||
|
"docker-runc",
|
||||||
|
"runc",
|
||||||
|
]
|
||||||
|
|
||||||
|
mode = "auto"
|
||||||
|
|
||||||
|
[nvidia-container-runtime.modes.csv]
|
||||||
|
|
||||||
|
mount-spec-path = "/etc/nvidia-container-runtime/host-files-for-container.d"
|
||||||
|
@ -16,4 +16,17 @@ ldconfig = "@/sbin/ldconfig"
|
|||||||
|
|
||||||
[nvidia-container-runtime]
|
[nvidia-container-runtime]
|
||||||
#debug = "/var/log/nvidia-container-runtime.log"
|
#debug = "/var/log/nvidia-container-runtime.log"
|
||||||
#experimental = false
|
log-level = "info"
|
||||||
|
|
||||||
|
# Specify the runtimes to consider. This list is processed in order and the PATH
|
||||||
|
# searched for matching executables unless the entry is an absolute path.
|
||||||
|
runtimes = [
|
||||||
|
"docker-runc",
|
||||||
|
"runc",
|
||||||
|
]
|
||||||
|
|
||||||
|
mode = "auto"
|
||||||
|
|
||||||
|
[nvidia-container-runtime.modes.csv]
|
||||||
|
|
||||||
|
mount-spec-path = "/etc/nvidia-container-runtime/host-files-for-container.d"
|
||||||
|
@ -16,4 +16,17 @@ ldconfig = "@/sbin/ldconfig"
|
|||||||
|
|
||||||
[nvidia-container-runtime]
|
[nvidia-container-runtime]
|
||||||
#debug = "/var/log/nvidia-container-runtime.log"
|
#debug = "/var/log/nvidia-container-runtime.log"
|
||||||
#experimental = false
|
log-level = "info"
|
||||||
|
|
||||||
|
# Specify the runtimes to consider. This list is processed in order and the PATH
|
||||||
|
# searched for matching executables unless the entry is an absolute path.
|
||||||
|
runtimes = [
|
||||||
|
"docker-runc",
|
||||||
|
"runc",
|
||||||
|
]
|
||||||
|
|
||||||
|
mode = "auto"
|
||||||
|
|
||||||
|
[nvidia-container-runtime.modes.csv]
|
||||||
|
|
||||||
|
mount-spec-path = "/etc/nvidia-container-runtime/host-files-for-container.d"
|
||||||
|
@ -16,4 +16,17 @@ ldconfig = "@/sbin/ldconfig"
|
|||||||
|
|
||||||
[nvidia-container-runtime]
|
[nvidia-container-runtime]
|
||||||
#debug = "/var/log/nvidia-container-runtime.log"
|
#debug = "/var/log/nvidia-container-runtime.log"
|
||||||
#experimental = false
|
log-level = "info"
|
||||||
|
|
||||||
|
# Specify the runtimes to consider. This list is processed in order and the PATH
|
||||||
|
# searched for matching executables unless the entry is an absolute path.
|
||||||
|
runtimes = [
|
||||||
|
"docker-runc",
|
||||||
|
"runc",
|
||||||
|
]
|
||||||
|
|
||||||
|
mode = "auto"
|
||||||
|
|
||||||
|
[nvidia-container-runtime.modes.csv]
|
||||||
|
|
||||||
|
mount-spec-path = "/etc/nvidia-container-runtime/host-files-for-container.d"
|
||||||
|
@ -16,7 +16,7 @@ ldconfig = "@/sbin/ldconfig.real"
|
|||||||
|
|
||||||
[nvidia-container-runtime]
|
[nvidia-container-runtime]
|
||||||
#debug = "/var/log/nvidia-container-runtime.log"
|
#debug = "/var/log/nvidia-container-runtime.log"
|
||||||
#experimental = false
|
log-level = "info"
|
||||||
|
|
||||||
# Specify the runtimes to consider. This list is processed in order and the PATH
|
# Specify the runtimes to consider. This list is processed in order and the PATH
|
||||||
# searched for matching executables unless the entry is an absolute path.
|
# searched for matching executables unless the entry is an absolute path.
|
||||||
@ -24,3 +24,9 @@ runtimes = [
|
|||||||
"docker-runc",
|
"docker-runc",
|
||||||
"runc",
|
"runc",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
mode = "auto"
|
||||||
|
|
||||||
|
[nvidia-container-runtime.modes.csv]
|
||||||
|
|
||||||
|
mount-spec-path = "/etc/nvidia-container-runtime/host-files-for-container.d"
|
||||||
|
Loading…
Reference in New Issue
Block a user