spotify/helios-solo

By spotify

Updated over 3 years ago

Helios cluster in a Docker container

Image
2

500K+

This is the image used by helios-solo to run a Helios cluster in Docker.

Run

Instead of running this image directly, use helios-up from the helios-solo package to start the container.

OS X

$ brew tap spotify/public && brew install helios-solo
$ helios-up

Linux

$ curl -sSL https://spotify.github.io/helios-apt/go | sudo sh -
$ sudo apt-get install spotify-helios-solo
$ helios-up

Usage

See the helios-solo documentation for detailed usage instructions.

Build

To build your own helios-solo image locally:

$ git clone https://github.com/spotify/helios.git
$ cd helios && mvn -P build-solo package

After the build, run docker images. You should see a new helios-solo image.

Docker Pull Command

docker pull spotify/helios-solo