10000 GitHub - black-desk/oci-runtime-utils
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

black-desk/oci-runtime-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCI runtime utilities

A simple command line tool contains some utilities for testing, benchmarking and analysing behaviors of OCI runtime CLI implementations.

Usage

Check help.md.

Build

This program should be statically linked, as it going to be executed in minimal container environment in where even libc is unavailable.

So you should build to *-linux-musl target.

x86_64

cargo build --target x86_64-unknown-linux-musl

aarch64

cargo build --target aarch64-unknown-linux-musl

loongarch64

cargo build --target loongarch64-unknown-linux-musl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0