0.1.0 • Published 6 years ago

composekit v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

composekit

A Node.js script to work with docker repositories.

Installation

$ npm install -g composekit
$ composekit install

Just follow the instructions

Usage

$ composekit
composekit: A simple docker-based project starter

Usage: composekit install|on|off|up|uninstall

composekit install   - Install docker, docker-compose, docker-machine on the machine
composekit on|off    - Turn on|off the docker service
composekit clone     - Clone a github project (eg. honeybadger) and update the VIRTUAL_ENV variable in docker-compose.yml
composekit up        - Issue docker-compose up -d
composekit uninstall - Uninstall composekit from the machine
composekit test      - Test the operation of composekit on your machine

Example

composekit clone jaequery/jasis mywebsite
cd mywebsite
docker-compose up

Voila, head over to http://mywebsite.docker to view your launched website!

0.1.0

6 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago