Sign inSign up

icalialabs/whales

By icalialabs

Updated over 9 years ago

A Ruby script to tame Belugas

Image
0

1.0K

icalialabs/whales repository overview

logo

Overview

whales_cli is a command line interface to tame the Belugas analyzers. It is based on codeclimate cli

Prerequisites

The Whales CLI is distributed and run as a Docker image. The engines that perform the actual analyses are also Docker images. To support this, you must have Docker installed and running locally. We also require that the Docker daemon supports connections on the default Unix socket /var/run/docker.sock.

Installation

docker pull icalialabs/whales:latest

Usage

1: Standard (Non-development)
docker run \
--interactive --tty --rm \
--env API_BASE_URI=whales.herokuapp.com \
--env BELUGAS_CODE=${PWD} \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume $(pwd):/code icalialabs/whales

See LICENSE

Tag summary

Content type

Image

Digest

Size

96.2 MB

Last updated

over 9 years ago

docker pull icalialabs/whales