Merge pull request #629 from gvancuts/add-kata-acrn-runtime-docker

kata-deploy: add ACRN runtime to Docker configuration
This commit is contained in:
Julio Montes 2020-09-01 07:27:04 -05:00 committed by GitHub
commit c422d061cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,10 @@ function configure_docker() {
"kata-clh": {
"path": "/opt/kata/bin/kata-runtime",
"runtimeArgs": [ "--kata-config", "/opt/kata/share/defaults/kata-containers/configuration-clh.toml" ]
},
"kata-acrn": {
"path": "/opt/kata/bin/kata-runtime",
"runtimeArgs": [ "--kata-config", "/opt/kata/share/defaults/kata-containers/configuration-acrn.toml" ]
}
}
}