https://github.com/rexops/rex-jobcontrol-plugin-docker
Docker provisioning plugin for Rex JobControl
https://github.com/rexops/rex-jobcontrol-plugin-docker
Last synced: 6 months ago
JSON representation
Docker provisioning plugin for Rex JobControl
- Host: GitHub
- URL: https://github.com/rexops/rex-jobcontrol-plugin-docker
- Owner: RexOps
- Created: 2014-11-23T14:42:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-23T21:53:18.000Z (about 11 years ago)
- Last Synced: 2025-07-23T13:30:47.358Z (7 months ago)
- Language: Perl
- Size: 125 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Plugin for Rex JobControl
This is a docker plugin for Rex JobControl to provision docker images.
## INSTALLATION
Currently this plugin is in early development status. So you have to clone the git repository.
```
git clone https://github.com/RexOps/rex-jobcontrol-plugin-docker.git
```
Then you can load the plugin from the jobcontrol configuration file.
```
{
plugins => [
'Rex::JobControl::Provision::Docker',
],
}
```
Before the restart of Rex JobControl you have to update the PERL5LIB env variable to point to the plugin repository:
```
export PERL5LIB=/path/to/rex-jobcontrol-plugin-docker/lib:$PERL5LIB
```