Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/droath/robo-docker-sync
Docker sync extension for the Robo task runner.
https://github.com/droath/robo-docker-sync
Last synced: 7 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T01:40:55.000Z (over 7 years ago)
- Last Synced: 2024-04-03T23:21:52.913Z (8 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- 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