Change "name" label to be the correct format, and remove a rhel plugin. Signed-off-by: Yu Qi Zhang <jzehrarnyg@gmail.com>
11 lines
289 B
JSON
11 lines
289 B
JSON
{
|
|
"default-runtime": "oci",
|
|
"containerd": "/run/containerd.sock",
|
|
"userland-proxy-path": "/usr/libexec/docker/docker-proxy-current",
|
|
"exec-opts": ["native.cgroupdriver=systemd"],
|
|
"runtimes": {
|
|
"oci": {
|
|
"path": "/usr/libexec/docker/docker-runc-current"
|
|
}
|
|
}
|
|
}
|