droath/robo-docker-sync
Composer 安装命令:
composer require droath/robo-docker-sync
包简介
Docker sync for Robo Task Runner
README 文档
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
统计信息
- 总下载量: 6.39k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-16