dive
dive 0.13.1
Tool for exploring each layer in a docker image
https://github.com/wagoodman/diveMIT License
main program: diveprograms: dive
Platforms (30)
wasm32-wasip1mips-linuxmips64el-linuxi686-freebsdriscv64-linuxpowerpc64le-linuxx86_64-freebsdx86_64-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ dive ];
Ad-hoc shell
nix-shell -p dive
Flake (nix run)
nix run nixpkgs#dive