spotify/helios-solo
Helios cluster in a Docker container
500K+
This is the image used by helios-solo to run a Helios cluster in Docker.
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
See the helios-solo documentation for detailed usage instructions.
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 spotify/helios-solo