Metadata-Version: 2.0
Name: containerdiff
Version: 0.4
Summary: Show changes among two container images.
Home-page: https://github.com/omron93/ContainerDiffTool
Author: Marek Skalicky
Author-email: MSkalicky@seznam.cz
License: GPL v3
Keywords: diff docker image
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: docker-py
Requires-Dist: file-magic

==================
ContainerDiffTool
==================

Tool to show changes among two container images.

Containerdiff tool now supports these tests:

- changes in installed RPM packages
- changes in files not installed by RPM
- changes in container image metadata
- changes in container image history

It also supports easy filtering of the output.

For more information see `example usage <https://github.com/omron93/ContainerDiffTool/blob/master/docs/example.md>`_
.


