17 lines
252 B
HCL
17 lines
252 B
HCL
log_level = "INFO"
|
|
|
|
plugin "containerd-driver" {
|
|
config {
|
|
enabled = true
|
|
containerd_runtime = "io.containerd.runc.v2"
|
|
stats_interval = "5s"
|
|
}
|
|
}
|
|
|
|
client {
|
|
host_volume "s1" {
|
|
path = "/tmp/host_volume/s1"
|
|
read_only = false
|
|
}
|
|
}
|