mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-19 18:01:01 +00:00
Before the kata-deploy container image was intended to be used with only Kubernetes. This commit adds a script for configuring Kata to run with Docker. This assumes > release 1.5 of Kata, as Firecracker is being configured as well as QEMU based Kata. Note, in order for this to work, Docker must be configured to use a block-based storage driver. To succeed, it the following directories must be mounted: - /opt/kata - this is the location that the kata artifacts are stored - /run/systemd - for reloading the docker service - /var/run/dbus - for reloading the docker service - /etc/docker - for updating the docker configuration (daemon.json) usage: kata-deploy-kata [install | remove] Signed-off-by: Eric Ernst <eric.ernst@intel.com> |
||
---|---|---|
.ci | ||
ccloudvm | ||
kata-deploy | ||
kernel | ||
obs-packaging | ||
release | ||
scripts | ||
snap | ||
snap-build | ||
static-build | ||
.gitignore | ||
.pullapprove.yml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
README.md |
Kata Containers packaging
Kata Containers currently supports packages for many distributions. Tooling to aid in creating these packages are contained within this repository.
In addition, Kata build artifacts are available within a container image, created by a Dockerfile. Reference daemonsets are provided in kata-deploy, which make installation of Kata Containers in a running Kubernetes Cluster very straightforward.