Metadata-Version: 2.1
Name: docky
Version: 3.0.3
Summary: Environment builder for Odoo
Home-page: https://github.com/akretion/docky/
Author: Akretion
Author-email: contact@akretion.com
License: AGPLv3+
Platform: UNKNOWN
Requires-Dist: docker-compose (>=1.13)
Requires-Dist: plumbum
Requires-Dist: rainbow-logging-handler
Requires-Dist: python-slugify

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>`_


