Metadata-Version: 1.1
Name: compose-monitor
Version: 1.2.2
Summary: This utility is designed for monitoring and updating of the services in the specified docker-compose.yml file.
Home-page: https://github.com/FromZeus/compose-monitor
Author: Daniil Trishkin
Author-email: asteroid566@gmail.com
License: UNKNOWN
Description: |language| |license|
        
        ===============
        compose-monitor
        ===============
        
        Description
        ~~~~~~~~~~~
        
        This utility is designed for monitoring and updating of the services in the specified docker-compose.yml file.
        
        Installation
        ~~~~~~~~~~~~
        
        ``python setup.py install``
        
        or
        
        ``pip install -e .``
        
        or
        
        ``pip install compose-monitor``
        
        How to use
        ~~~~~~~~~~
        
        Run it with the directory with ``docker-compose.yml`` file path: ``compose-monitor -c .``
        
        Also checkout list of `arguments`_
        
        arguments
        ^^^^^^^^^
        
        * ``-c, --config`` - Run with config
        * ``-o, --options`` - Additional options for the project
        * ``-l, --log`` - Redirect logging to file
        * ``--no-recreate`` - Don't recreate containers, only pull new images
        * ``--no-deps`` - Don't restart service dependencies
        * ``--affect-only-running`` - Make update operations only with fully running services
        
        .. |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
