Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 732 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 732 Bytes

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