An open API service indexing awesome lists of open source software.

https://github.com/barraq/docker-deployer

Fabric framework for Docker-Compose application deployement
https://github.com/barraq/docker-deployer

Last synced: 4 months ago
JSON representation

Fabric framework for Docker-Compose application deployement

Awesome Lists containing this project

README

          

Docker Deployer
===============

Docker Deployer is a [Fabric](http://www.fabfile.org/) framework for
[Docker Compose](https://docs.docker.com/compose/) applications
deployment.

While [Docker Compose](https://docs.docker.com/compose/) is a tool for
defining and running complex applications with Docker, Docker Deployer
provides a basic suite of tasks for deploying such applications in
various environment such as CI servers, staging servers, production
servers, etc.

Installation
------------

To use Docker Deployer you need [Fabric](http://www.fabfile.org/)

pip install fabric
pip install docker-deployer

You are done !

Contributing
------------

Fork it () Create your
feature branch (git checkout -b my-new-feature) Commit your changes (git
commit -am 'Add some feature') Push to the branch (git push origin
my-new-feature) Create new Pull Request