-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding drift detection without mounting containers #22
Conversation
Taking a look this week. |
Overall LGTM. Some minor nits. It would be great if we can have options to do an individual container as well as all containers. Example: /opt/container-explorer/bin/ce -i /mnt/sdb1 drift CONTAINER_ID
/opt/container-explorer/bin/ce -i /mnt/sdb1 drift-all |
Adding support for detecting drift on a specific container
Adding support for detecting drift on a specific container & resolving formatting issues
Adding support for detecting drift on a specific container & resolving formatting issues
Adding support for detecting drift on a specific container
Adding support for detecting drift on a specific container
@roshanmaskey Adding support for detecting drift on a specific container. If a container ID is provided with drift/diff, then only that specific containers drift is shown. If no container ID is provided, the drift of all containers is shown. |
Adjusted indentations.
Adjusted indentations.
Adding drift/diff feature emulating this https://kubernetes.io/blog/2023/03/10/forensic-container-analysis/#file-system-changes-rootfs-diff-tar without needing to mount the fs first.