docker/daemon.json
yuqi-zhang dba5d017c8 Update f26 branch to master
Also fix some naming issues.

Signed-off-by: Yu Qi Zhang <jzehrarnyg@gmail.com>
2017-09-06 15:30:44 -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"
}
}
}