Initial import (#1460787)
This commit is contained in:
parent
9451c3dc58
commit
5ca44ec96a
9 changed files with 586 additions and 0 deletions
13
daemon.json
Normal file
13
daemon.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
{
|
||||
"authorization-plugins": ["rhel-push-plugin"],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue