1 个不稳定版本
0.1.0 | 2018 年 12 月 30 日 |
---|
#10 in #bisect
24KB
575 行
docker-bisect
docker-bisect 受 git-bisect 启发。
该工具将检查组成 Docker 图像的层。对于每一层,它将运行相同的命令。它将报告哪些层导致了命令的不同输出。
用法
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
许可证
公共领域:您可以使用 Unlicense 或 MIT。
依赖关系
~14–26MB
~433K SLoC