Skip to content

tvansteenburgh/zetcd-snaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

zetcd-snaps

Snapcraft.yaml for building zetcd snap packages

Building

In the root of the repo run:

snapcraft cleanbuild

Installing from the Ubuntu Store

snap install zetcd --edge

Running

Forward ZooKeeper requests on :2181 to an etcd server listening on localhost:2379:

zetcd --zkaddr 0.0.0.0:2181 --endpoints localhost:2379

Simple testing with zkctl:

zetcd.zkctl watch / &
zetcd.zkctl create /abc "foo"

About

Snapcraft.yaml for building zetcd snap packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published