droath / robo-docker-sync
Docker sync for Robo Task Runner
Installs: 6 367
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 0
Type:robo-tasks
Requires
- php: >=5.5.0
- consolidation/robo: ^1.0
Requires (Dev)
- phpunit/phpunit: ^5.5
This package is not auto-updated.
Last update: 2024-11-10 04:07:04 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