8000 GitHub - dearcode/etcdfs: etcd fs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dearcode/etcdfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

etcdfs

Use etcd as a filesystem

Install

Clone the project and build it.

make

This generates an executable file etcdfs. You can mount etcd as a filesystem by running:

./bin/etcdfs -etcd_user root -etcd_password 123456 -etcd_endpoints 127.0.0.1:2379 -mount_path /tmp/kaka

Then you can access /tmp/kaka and use etcd as a filesystem.

To unmount it:

fusermount -u /tmp/kaka

About

etcd fs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0