Skyline is part of Etsy's Kale package for Graphite anomaly detection. Note: Repo is in progress. The web server works and services launch without warning. Graphite integration is untested.
725
Quickly get up and running with:
docker pull carver/skyline
docker run -d carver/skyline
# open browser to localhost:1500
What next? Read more about Kale and Skyline and check the Skyline source code.
If you want to rebuild the Skyline container locally, see the latest build instructions and Dockerfile on github.
Have you improved on the Dockerfile? Pull Requests are very welcome.
If you want to run multiple copies of Skyline in the same host, the simple run command will break because the external ports will conflict. You'll need to override the external port settings by specifying the internal ports to expose, with:
docker run -d -p 1500 -p 2024 carver/skyline
Content type
Image
Digest
sha256:fadde2ad1…
Size
392.4 MB
Last updated
almost 11 years ago
docker pull carver/skyline