https://github.com/droath/robo-docker-sync
Docker sync extension for the Robo task runner.
https://github.com/droath/robo-docker-sync
Last synced: 12 months ago
JSON representation
Docker sync extension for the Robo task runner.
- Host: GitHub
- URL: https://github.com/droath/robo-docker-sync
- Owner: droath
- Created: 2017-03-16T01:35:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T01:40:55.000Z (over 9 years ago)
- Last Synced: 2025-05-30T11:57:24.287Z (about 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Robo Docker Sync
Run docker sync commands from the Robo task runner.
### Prerequisites
Install `docker-sync` gem using the [installation guide](https://github.com/EugenMayer/docker-sync/wiki/1.-Installation) on the GitHub project wiki.
### Getting Started
First, you'll need to download the robo docker sync library using composer:
```bash
composer require droath/robo-docker-sync:~0.0.1
```
### Example
```php
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