[docker] add support for cri-dockerd as a replacement for dockershim (#8623)

This commit is contained in:
Cristian Calin
2022-03-17 01:28:11 +02:00
committed by GitHub
parent 5043517cfb
commit 394857b5ce
23 changed files with 417 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
{
"metadata": {
"name": "cri-dockerd1"
},
"image": {
"image": "quay.io/kubespray/hello-world:latest"
},
"log_path": "cri-dockerd1.0.log",
"linux": {}
}