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
- Host: GitHub
- URL: https://github.com/barraq/docker-deployer
- Owner: barraq
- Created: 2015-04-28T16:15:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-17T13:29:44.000Z (about 11 years ago)
- Last Synced: 2025-09-04T02:58:11.373Z (10 months ago)
- Language: Python
- Size: 184 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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