Metadata-Version: 1.0
Name: docky
Version: 3.0.2
Summary: Environment builder for Odoo
Home-page: https://github.com/akretion/docky/
Author: Akretion
Author-email: contact@akretion.com
License: AGPLv3+
Description-Content-Type: UNKNOWN
Description: Introduction
        =================
        
        docky : Make docker and docker compose simply !
        
        
        History
        ----------
        This project was initialy created for building odoo environments without effort based on docker-compose and docker
        
        Step by step we make it generic and now we use it for our rails, ruby developpment
        
        How it works
        ---------------
        
        Docky is depend on docker-compose and use exactly the same file (so you can move from docker-compose to docky and vice-versa without any effort)
        
        Docky just make docker-compose simplier and integrate a default docker-compose file generator
        
        
        Automatic Proxy
        ---------------
        
        When doing dev is quickly a mess to manage the port of your container, docky integrate a proxy (a basic docker image : https://github.com/akretion/docky-proxy/)
        
        That will generate for you a local domain .dy that will make your container accesible, for example with a project call my customer: you have a domain my-customer.dy
        
        
        Getting Started
        ---------------------
        
        READ the documentation: `Docky documentation <http://akretion.github.io/docky/master/index.html>`_
        
Platform: UNKNOWN
