0.7.1 • Published 9 years ago
gulp-docker-swellrt v0.7.1
gulp-docker-swellrt
Run Docker SwellRT instance from Gulp
Installation
npm install gulp-docker-swellrtGulpfile
var dockerSwellrt = require('gulp-docker-swellrt');
var options = {
tag: '0.2.0-alpha',
name: 'myproject-swellrt'
}
gulp.task('docker:swellrt', function(done) {
dockerSwellrt(options, done);
});Options
image- Docker SwellRT to run. Defaults top2pvalue/swellrttag- Tag for image. Defaults tolatesthost- Hostname for SwellRT image. Defaults toswellrtname- Name of the running container. Use this to run different instances. Defaults togulp-swellrtport- Port for the mapping of SwellRT listenig port. Default to9898links- Object with images that will be run and linked to swellrt container. Defaults to a mongo db instance