Container Guts!

GitHub stars

Guts is a small library to help expose contents of containers. For this first draft, we:

  1. Find PATH variables from the container configs

  2. Statically parse the exported filesystem to discover executables there.

And since we want to find “special” executables in a container, the intended workflow will be to have a set of core bases (e.g., ubuntu) that we can subtract one. The additions are what are left after that. We currently support the following container technologies:

To see the code, head over to the repository.

Getting started with Container Guts

Container Guts “Guts” can be installed from pypi or directly from the repository. See Installation for installation, and then the Getting Started section for using the client.

Support

  • For bugs and feature requests, please use the issue tracker.

  • For contributions, visit Caliper on Github.

Resources

GitHub Repository

The code for Guts on GitHub.