Add etcd chapter

This commit is contained in:
Baohua Yang
2014-12-31 17:11:09 +08:00
parent 29b7568853
commit 589148450f
7 changed files with 388 additions and 2 deletions

View File

@@ -69,6 +69,10 @@
* [联合文件系统](underly/ufs.md)
* [容器格式](underly/container_format.md)
* [网络](underly/network.md)
* [相关项目-Etcd](etcd/README.md)
* [项目简介](etcd/intro.md)
* [安装](etcd/install.md)
* [使用 etcdctl](etcd/etcdctl.md)
* [附录一:命令查询](appendix_command/README.md)
* [附录二:常见仓库介绍](appendix_repo/README.md)
* [Ubuntu](appendix_repo/ubuntu.md)