mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-11 12:21:17 +00:00
Simplify words and fix format issues
This commit is contained in:
@@ -91,8 +91,6 @@ quay.io/coreos/etcd:v3.4.0 \
|
||||
|
||||
### 15.2.3 macOS 中运行
|
||||
|
||||
运行以下命令:
|
||||
|
||||
```bash
|
||||
$ brew install etcd
|
||||
|
||||
|
||||
@@ -91,8 +91,6 @@ etcd 在键的组织上采用了层次化的空间结构 (类似于文件系统
|
||||
|
||||
#### put
|
||||
|
||||
运行以下命令:
|
||||
|
||||
```bash
|
||||
$ etcdctl put /testdir/testkey "Hello world"
|
||||
OK
|
||||
@@ -127,8 +125,6 @@ $ etcdctl del testkey
|
||||
|
||||
### 15.4.2 非数据库操作
|
||||
|
||||
本节涵盖了相关内容与详细描述,主要探讨以下几个方面:
|
||||
|
||||
#### watch
|
||||
|
||||
监测一个键值的变化,一旦键值发生更新,就会输出最新的值。
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# etcd
|
||||
# 第十五章 Etcd 项目
|
||||
|
||||
`etcd` 是 `CoreOS` 团队发起的一个管理配置信息和服务发现 (`Service Discovery`) 的项目,在这一章里面,我们将基于 `etcd 3.x` 版本介绍该项目的目标,安装和使用,以及实现的技术。
|
||||
|
||||
Reference in New Issue
Block a user