When running this container, you will be able to load the skyline webpage at port 1500.
NOTE: I haven't yet confirmed that horizon and the analyzer are working, other than that their logs don't complain about anything. (except about starving for data)
Build and run with:
# Install Docker, using instructions at http://docker.io/gettingstarted/
# download Docker build files
git clone https://github.com/vimeo/docker-skyline
cd docker-skyline
# build
docker build -t="vimeo/skyline" .
# run
docker run -d -p 1500:1500 -p 2024:2024 vimeo/skyline
# behold
curl localhost:1500
If you want to show the log output at the terminal when running, omit the -d, like:
docker run -p 1500:1500 -p 2024:2024 vimeo/skyline