All Projects → kata-containers → shim

kata-containers / shim

Licence: Apache-2.0 license
Kata Containers version 1.x shim (for version 2.x see https://github.com/kata-containers/kata-containers).

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects

Build Status codecov

Shim

This project implements a shim called kata-shim for the Kata Containers project.

The shim runs in the host environment, handling standard I/O and signals on behalf of the container process which runs inside the virtual machine.

Debug mode

To enable agent debug output to the system journal, run with -debug.

Enable trace support

To generate OpenTracing traces using Jaeger, run with -trace.

Note:

Since the Jaeger package used by the shim needs to communicate trace information to the Jaeger agent, it is necessary to ensure the shim runs in the same network namespace as the Jaeger agent.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].