Skip to content

squaremo/coatl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coatl

running, conducting, directing

The parts here are:

coatlctl - Command-Line Interface to set up and enrol services listen - simple listener that just prints out when something happens.

These programs rely on a running etcd listening on port 4001. To run etcd:

docker run --name etcd -d -p 4001:4001 quay.io/coreos/etcd \
  -advertise-client-urls http://0.0.0.0:4001 \
  -listen-client-urls http://0.0.0.0:4001

About

running, conducting, directing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%