Metadata-Version: 1.1
Name: docker-cleaner
Version: 1.1.2
Summary: This utility is designed for cleaning up docker resources.
Home-page: https://github.com/FromZeus/docker-cleaner
Author: Daniil Trishkin
Author-email: asteroid566@gmail.com
License: UNKNOWN
Description: |language| |license|
        
        ==============
        docker-cleaner
        ==============
        
        Description
        ~~~~~~~~~~~
        
        This utility is designed for cleaning up docker resources.
        
        Installation
        ~~~~~~~~~~~~
        
        ``python setup.py install``
        
        or
        
        ``pip install -e .``
        
        or
        
        ``pip install docker-cleaner``
        
        How to use
        ~~~~~~~~~~
        
        Run ``docker-cleaner images -t 120 -o 120 -f images --images-include foo-image bar-image -l docker-cleanr.log``
        
        Also checkout list of `arguments`_
        
        arguments
        ^^^^^^^^^
        
        * ``resources`` - List of resources for removing. Choose from: ``images``, ``volumes``, ``all``
        * ``-f, --force`` - Force removing of resources. Choose from: ``images``, ``volumes``, ``all``
        * ``-u, --untagged`` - Remove untagged images
        * ``-v, --client-version`` - Version of docker client to use
        * ``-o, --older`` - Clear resources that older amount of time (in minutes)
        * ``--images-include`` - Filter images that only contains any of that names
        * ``--volumes-include`` - Filter volumes that only contains any of that name
        * ``--images-exclude`` - Exclude images that contains any of that names
        * ``--volumes-exclude`` - Exclude volumes that contains any of that name
        * ``-t, --timeout`` - Timeout of cleaning. Live it empty in case of using cron job.
        * ``-l, --log`` - Redirect logging to file
        
        .. |language| image:: https://img.shields.io/badge/language-python-blue.svg
        .. |license| image:: https://img.shields.io/badge/license-Apache%202-blue.svg
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
