Skip to content

Launch Etsy's Skyline (part of Kale) using Docker

Notifications You must be signed in to change notification settings

Trustious/docker-skyline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://docker.io/gettingstarted/

# download Docker build files
git clone https://github.com/carver/docker-skyline
cd docker-skyline

# build
docker build -t="carver/skyline" .

# run
docker run -d carver/skyline

# behold
curl localhost:1500

If you want to show the log output at the terminal when running, omit the -d, like:

docker run carver/skyline

About

Launch Etsy's Skyline (part of Kale) using Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.5%
  • Shell 3.5%