container-diff icon indicating copy to clipboard operation
container-diff copied to clipboard

container-diff: Diff your Docker containers

Results 63 container-diff issues
Sort by recently updated
recently updated
newest added

### Expected behavior Is there any plan to release a container-diff binary for linux-arm64? I have successfully created the binary for container-diff by running “go build -o container-diff”. It will...

### Expected behavior If I run ~~~ container-diff analyze postgres:11-alpine@sha256:f85c0e55cc917bb76083a92a4cc5f1af080298eb5a1f5449a8dc8665f7fef48e ~~~ I expect analyze info to be printed ### Actual behavior ```container-diff``` errors out with the following log: ~~~ ERRO[0000]...

I was hoping to use this tool to determine if two images had different filesystems. I can use the file analyzer, but that doesn't catch all changes to files, only...

when trying to run the diff based on file. I'm getting permission error and out of memory error. **My code:** ``` from subprocess import check_output, CalledProcessError, STDOUT command = ["/usr/local/bin/container-diff",...

### Expected behavior Diff output ### Actual behavior ``` $ container-diff diff --type=file daemon://driver_mv:latest daemon://driver_update:latest -w driver_update ERRO[0064] Could not obtain size for /home/-/.container-diff/cache/daemon_driver_update_latest/lib/modules/4.15.0-99-generic/build: stat /home/-/.container-diff/cache/daemon_driver_update_latest/lib/modules/4.15.0-99-generic/build: no such file or...

### Expected behavior A ready to run docker image containing `container-diff` on DockerHub or GCR or another public registry. Allows for using `container-diff` conveniently via `docker run` without prio installation....

### Expected behavior Cache directory to be within `$XDG_CACHE_HOME` and default to be within `$HOME/.cache` i.e. `$HOME/.cache/container-diff` ### Actual behavior Cache directory is on `.container-diff/cache` which is a non-standard location....

### Expected behavior container-diff diff daemon:// daemon:// --type=history above command shows the diff ### Actual behavior fails with fatal error ### Information - container-diff version: v0.15.0 - Operating system: Ubuntu...

### Expected behavior When running `container-diff diff --type=file` multiple times from different directories (modifying paths to tar files as needed to point at the same tar files), I expected to...

So right now the --type=file only reports if the file contents are different, but not if the metadata are different. Supporting file metadata diff will be useful in development/debugging related...

enhancement
help wanted