droath / robo-docker-sync
Docker sync for Robo Task Runner
Package info
github.com/droath/robo-docker-sync
Type:robo-tasks
pkg:composer/droath/robo-docker-sync
0.0.1
2017-03-16 01:37 UTC
Requires
- php: >=5.5.0
- consolidation/robo: ^1.0
Requires (Dev)
- phpunit/phpunit: ^5.5
This package is not auto-updated.
Last update: 2026-03-01 10:46:59 UTC
README
Run docker sync commands from the Robo task runner.
Prerequisites
Install docker-sync gem using the installation guide on the GitHub project wiki.
Getting Started
First, you'll need to download the robo docker sync library using composer:
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:
- docker-sync
- docker-sync-stack
- docker-sync-daemon