Skip to content

Like git-bisect, but running a command on an image's layers.

Notifications You must be signed in to change notification settings

gilescope/docker-bisect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-bisect

Build status

docker-bisect is inspired by git-bisect.

The tool will inspect the layers that make up a docker image. For each layer it will run the same command. It reports which layers caused the command to have a different output.

Install

cargo install docker-bisect

Usage

docker-bisect 0.1
Run a command against image layers, find which layers change the output.

USAGE:
    docker-bisect [FLAGS] <image_name> <command>...

FLAGS:
    -h, --help        Prints help information
    -t, --timeout     Number of seconds to run each command for
        --truncate    Number of chars to truncate to (default is term width)
    -V, --version     Prints version information

ARGS:
    <image_name>    Docker image name or id to use
    <command>...    Command and args to call in the container

License

Public Domain: You can use Unlicense or MIT.

About

Like git-bisect, but running a command on an image's layers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages