Metadata-Version: 1.1
Name: dockeroo
Version: 0.21
Summary: Docker buildout recipe
Home-page: http://dockeroo.com/
Author: Giacomo Cariello
Author-email: info@dockeroo.com
License: UNKNOWN
Download-URL: https://github.com/dockeroo/dockeroo/tarball/0.21
Description: ========
        dockeroo
        ========
        
        dockeroo is a series of buildout_ recipes to build and manage docker containers and docker hosts.
        
        dockeroo can build docker images from a classic Dockerfile or use a Gentoo_ container to assemble multiple Gentoo binary packages into a docker image.
        
        .. _buildout: http://www.buildout.org/
        .. _Gentoo: http://www.gentoo.org/
        
        
        Useful links
        ============
        
        * PyPI page: https://pypi.python.org/pypi/dockeroo/
        * Code repository: https://github.com/dockeroo/dockeroo
        
        
        Documentation
        =============
        
        Documentation is available at the following address:
        
        https://pythonhosted.org/dockeroo/
        
        
        Bug reports and Feedback
        ========================
        
        Please don't hesitate to give feedback and especially report bugs or ask for new features on GitHub issue tracker:
        
        https://github.com/dockeroo/dockeroo/issues
        
        
        License
        =======
        
        Copyright © 2016, Giacomo Cariello <info@dockeroo.com>
        
        dockeroo is released under Apache 2.0 License. See `LICENSE.rst`_ for complete license.
        
        .. _LICENSE.rst: https://github.com/dockeroo/dockeroo/blob/master/LICENSE.rst
        
        
        Status
        ======
        
        dockeroo is beta software.
        
        
        
        Changelog
        =========
        
        0.20 (08-08-2016)
        -----------------
        
        - Introduced sphinx documentation and moved recipes documentation to respective
          classes docstrings.
        - Fixed dockeroo:machine.create recipe.
        
        
        0.19 (31-07-2016)
        -----------------
        
        - Added dockeroo:setup.template recipe.
        - Added support for render_template filterset.
        - Added dockeroo:setup.shell-script and dockeroo:machine.create recipes.
        - Removed "decorator" dependency, we're handling everything with functools.wraps.
        
        
        0.18 (28-07-2016)
        -----------------
        
        - Minor documentation fixes.
        
        
        0.17 (24-07-2016)
        -----------------
        
        - Added dockeroo.setup recipes.
        - Refactored testing.
        - Renamed all recipes.
        - Major round of refactoring/convention check.
        
        
        0.16 (24-07-2016)
        -----------------
        
        - Split DockerMachine and DockerEngine.
        - Fixed CHANGELOG.rst formatting.
        - Fixed get_random_name().
        
        
        0.15 (24-07-2016)
        -----------------
        
        - Minor fixes.
        
        
        0.14 (24-07-2016)
        -----------------
        
        - Minor fixes.
        
        
        0.13 (24-07-2016)
        -----------------
        
        - Added keep option to **docker:pull**.
        - update() methods now check wether target has to be rebuilt.
        
        
        0.12 (23-07-2016)
        -----------------
        
        - Minor fix to **docker:run**.
        
        
        0.11 (23-07-2016)
        -----------------
        
        - Renamed primary option to "name" for all recipes.
        - Renamed "machine" option to "machine-name".
        
        
        0.10 (23-07-2016)
        -----------------
        
        - Minor fix to **docker:run**.
        
        
        0.9 (23-07-2016)
        ----------------
        
        - Updated **machine_name** selection: if **machine** option is not set
          DOCKER_MACHINE_NAME environment variable is used, or "default" if unset.
        - Added support for option **start** in **docker:run**.
        
        
        0.8 (23-07-2016)
        ----------------
        
        - Added support for Python 3.
        - Added initial support for unit tests.
        
        
        0.7 (22-07-2016)
        ----------------
        
        - Fixed **dockeroo:run** ip address fetch.
        
        
        0.6 (22-07-2016)
        ----------------
        
        - Updated documentation.
        - Added support for networks, network-aliases and links
          on **dockeroo:run**.
        - Added new recipe **dockeroo:network**.
        
        
        0.5 (22-07-2016)
        ----------------
        
        - Added support for environment variables and ports
          on **dockeroo:run**.
        
        
        0.3 (22-07-2016)
        ----------------
        
        - Fixed MANIFEST.in.
        
        
        0.1 (22-07-2016)
        ----------------
        
        - Initial release.
        
Keywords: buildout,docker
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Framework :: Buildout
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
