Add youki runtime support (#8411)

This commit is contained in:
Victor Morales
2022-01-21 14:01:07 -08:00
committed by GitHub
parent 38d129a0b6
commit e88aa7c96b
18 changed files with 269 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"cniVersion": "0.4.0",
"name": "mynet",
"type": "bridge",
"bridge": "cni0",
"isGateway": true,
"ipMasq": true,
"ipam": {
"type": "host-local",
"subnet": "172.19.0.0/24",
"routes": [
{
"dst": "0.0.0.0/0"
}
]
}
}