Skip to content

kilda/emerald

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zookeeper Emerald Dashboard

Build

docker build -t emerald .

Run

kilda_docker_net=$(docker network list | grep open-kilda | awk '{print $1}')

docker \
    run \
    --name emerald \
    -d \
    -e ZK_HOSTS=zookeeper.pendev:2181 \
    -e ZK_ROOT=/kilda \
    -p 1090:1090 \
    --network=$kilda_docker_net  \
    emerald

Swagger

http://localhost:8080/docs

Board

http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 54.1%
  • Python 36.7%
  • HTML 4.3%
  • Dockerfile 2.5%
  • CSS 2.4%