2017 © Pedro Peláez
 

robo-tasks robo-docker-sync

Docker sync for Robo Task Runner

image

droath/robo-docker-sync

Docker sync for Robo Task Runner

  • Thursday, March 16, 2017
  • by droath
  • Repository
  • 0 Watchers
  • 1 Stars
  • 4,973 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 7 % Grown

The README.md

Robo Docker Sync

Run docker sync commands from the Robo task runner., (*1)

Prerequisites

Install docker-sync gem using the installation guide on the GitHub project wiki., (*2)

Getting Started

First, you'll need to download the robo docker sync library using composer:, (*3)

composer require droath/robo-docker-sync:~0.0.1

Example

<?php

    // Run docker-sync in background.
    $this->taskDockerSyncStart()
        ->daemon()
        ->run();

     // Stop docker-sync from running.
    $this->taskDockerSyncStop()
        ->run();

Support

The following commands have been implemented:, (*4)

  • docker-sync
  • docker-sync-stack
  • docker-sync-daemon

The Versions

16/03 2017

dev-master

9999999-dev

Docker sync for Robo Task Runner

  Sources   Download

MIT

The Requires

 

The Development Requires

docker robo task runner docker-sync

16/03 2017

0.0.1

0.0.1.0

Docker sync for Robo Task Runner

  Sources   Download

MIT

The Requires

 

The Development Requires

docker robo task runner docker-sync