docker/daemon.json
yuqi-zhang b61c9083df Minor fixes for f25
Change "name" label to be the correct format, and remove a rhel
plugin.

Signed-off-by: Yu Qi Zhang <jzehrarnyg@gmail.com>
2017-07-10 10:58:04 -04:00

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"
}
}
}