Go to file
Jose Carlos Venegas Munoz a617dd892a dockerfiles: Add golang to centos anda euleros
Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
2018-01-22 14:58:10 -06:00
.ci ci: Add travis basic testing 2018-01-19 12:51:07 -06:00
image-builder Merge pull request #29 from jcvenegas/travis 2018-01-19 13:00:07 -06:00
rootfs-builder dockerfiles: Add golang to centos anda euleros 2018-01-22 14:58:10 -06:00
tests test: Fix tests - run test for all distros 2018-01-22 14:56:54 -06:00
.pullapprove.yml CI: Add rfc logic to pullapprove config 2017-12-18 21:53:23 +00:00
.travis.yml ci: Add travis basic testing 2018-01-19 12:51:07 -06:00
CODE_OF_CONDUCT.md CoC: Add Code of Conduct 2017-12-04 23:35:38 +01:00
LICENSE Initial commit 2017-11-13 12:24:56 +01:00
Makefile Makefile: Add image target 2017-12-06 13:32:03 -06:00
README.md docs: General cleanup 2018-01-18 09:36:47 +00:00

Overview

The Kata Containers runtime creates a virtual machine (VM) to isolate a set of container workloads. The VM requires a guest kernel and a guest operating system ("guest OS") to boot and create containers inside the guest environment.

This repository contains tools to create a guest OS disk image.

Terms

This section describes the terms used for all documentation in this repository.

  • rootfs

    The root filesystem or "rootfs" is the set of files contained in the guest root directory that builds into a filesystem.

    See the rootfs builder documentation.

  • "Guest OS" (or "Guest Image")

    A "virtual disk" or "disk image" built from a rootfs. It contains a filesystem that is used by the VM, in conjunction with a guest kernel, to create an environment to host the container. Neither the guest OS nor the guest kernel need to be the same as the host operating system.

    See the image builder documentation.

  • "Base OS"

    A particular version of a Linux distribution used to create a Guest OS from.