2017 © Pedro Peláez
 

library conti

Utility for your docker development environment

image

egobude/conti

Utility for your docker development environment

  • Wednesday, March 1, 2017
  • by egobude
  • Repository
  • 1 Watchers
  • 1 Stars
  • 18 Installations
  • Shell
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Latest Stable Version Latest Unstable Version Total Downloads License Monthly Downloads, (*1)

conti - Utility for your docker development environment

conti helps you to interact with your docker development environment. It provides some useful commands to speed up your development based on docker containers., (*2)

Installation

To install conti you just have to execute the following command:, (*3)

composer require egobude/conti
````

Then you can call it via 

vendor/bin/conti, (*4)


## Usage ### Default usage:

vendor/bin/conti help, (*5)


### Flow Framework usage:

bin/conti help, (*6)


## Setup your project Open a shell and run the setup: ```bin/conti install docker.dev``` Use any domain name here, but make sure to add the corresponding DNS entry. Then you can start your containers via ```bin/conti up # shortcut to docker-compose up -d``` Use ```bin/conti help``` to list all available commands. ## General tips ### Use custom images If you want to use custom images you can override them via env variable. The following env variables are available: * CONTI_IMAGE_MARIADB, [zeroboh/mariadb:10.1-debian-jessie](https://hub.docker.com/r/zeroboh/mariadb/tags/) * CONTI_IMAGE_NGINX, [zeroboh/nginx:1.11-alpine](https://hub.docker.com/r/zeroboh/nginx/tags/) * CONTI_IMAGE_PHP, [zeroboh/php:7.1-fpm-alpine](https://hub.docker.com/r/zeroboh/php/tags/) * CONTI_IMAGE_COMPOSER, [composer/composer:1-php5-alpine](https://hub.docker.com/r/composer/composer/tags/) ### How to dump your database? To dump your database during development you can call the following command. It will create a new .sql file in the ./mysql-backup folder.

bin/conti mysqldump ```, (*7)

The Versions

01/03 2017

dev-master

9999999-dev

Utility for your docker development environment

  Sources   Download

MIT

27/02 2017

v0.5

0.5.0.0

Utility for your docker development environment

  Sources   Download

MIT

27/02 2017

v0.4

0.4.0.0

Utility for your docker development environment

  Sources   Download

MIT

27/02 2017

v0.3

0.3.0.0

Utility for your docker development environment

  Sources   Download

MIT

27/02 2017

v0.2

0.2.0.0

Utility for your docker development environment

  Sources   Download

MIT

27/02 2017

v0.1

0.1.0.0

Utility for your docker development environment

  Sources   Download

MIT