Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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