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.
$ brew tap spotify/public && brew install helios-solo
$ helios-up
$ 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.
Content type
Image
Digest
sha256:127d57a0e…
Size
588.7 MB
Last updated
almost 5 years ago
docker pull spotify/helios-solo