Skip to content

singularityhub/container-tree

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Container Tree

DOI DOI CircleCI

This is a library that demonstrates different methods to build container trees. Across different kinds of trees, we generate a Trie to represent a file or container hierarchy. We can either generate trees, or comparison matrices using them! Learn more by reading the documentation, or follow links to related tools below.

If you want to jump in, check out how to create a Container File Tree as shown here.

Visualizations

These are under development! Here are some quick examples:

examples/heatmap/heatmap.png

Github Actions

If you want to deploy a container tree to Github pages alongside your Dockerfile, meaning that you can add and update a visualization on every change to your repository, see vsoch/containertree and the tree it deploys here. The Dockerfile in the subfolder here is the driver to do the extraction. To read a writeup of the work, see this post.

The examples and their generation are provided in each of the subfolders of the examples directory.