Skip to content

Commit

Permalink
Mentioned docker in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosv committed Mar 29, 2020
1 parent 970b43c commit 7f1aa9a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,15 @@ If you want to install and use the plugins then just install it via cpanm.

```
cpanm install Serge::Sync::Plugin::TranslationService::plugin
```
## Docker

Alternatively docker can be used to run the plugins.

```
docker run -v /var/serge/data:/data -it dragosvr/serge-plugin command /data/configs/config1.serge
```
where command is a Serge command (sync, pull, push, pull-ts, push-ts, localize)
## Development setup

If you want to develop a feature, or contribute code in some way, you need a development setup. This is done by cloning
Expand Down

0 comments on commit 7f1aa9a

Please sign in to comment.