Sign inSign up

carver/skyline

By carver

Updated almost 11 years ago

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.

Image
0

725

carver/skyline repository overview

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

Tag summary

Content type

Image

Digest

sha256:fadde2ad1

Size

392.4 MB

Last updated

almost 11 years ago

docker pull carver/skyline