Skip to content

Commit

Permalink
Merge pull request #647 from allencloud/fix-typo
Browse files Browse the repository at this point in the history
docs: fix typo in architecture.md
  • Loading branch information
Letty5411 authored Jan 26, 2018
2 parents 42613ac + e7c11be commit be0d229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ Pouchd is designed decoupled from the very beginning. It makes Pouchd quite easy

**Manager** is main processor of Pouchd. It deals proper object from requests, and does the corresponding work. There are five managers currently in Pouchd: container manager, image manager, newtork manager, volume manager and system manager.

**ctrd** is containerd client in Pouchd. When managers need to communicate with container, ctrd is the right thing to do this work. Managers call functions in ctrd and send request torwards containerd. In addition, when state of container changes, containerd is the first component to be awared of this, and ctrd has container watch goroutines to detect this and update inner data stored in cache.
**ctrd** is containerd client in Pouchd. When managers need to communicate with containerd, ctrd is the right thing to do this work. Managers call functions in ctrd and send request torwards containerd. In addition, when state of container changes, containerd is the first component to be awared of this, and ctrd has container watch goroutines to detect this and update inner data stored in cache.

0 comments on commit be0d229

Please sign in to comment.