npm install gulp-docker-swellrtvar dockerSwellrt = require('gulp-docker-swellrt');
var options = {
tag: '0.2.0-alpha',
name: 'myproject-swellrt'
}
gulp.task('docker:swellrt', function(done) {
dockerSwellrt(options, done);
});
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