Replace straight quotes with curved quotes

This commit is contained in:
yeasy
2026-03-11 22:19:26 -07:00
parent 1dded72085
commit 4cc09a28fa
7 changed files with 15 additions and 15 deletions

View File

@@ -35,8 +35,8 @@ flowchart LR
| 时间 | 事件 |
|------|------|
| 2006 | Google 工程师提出 "process containers" 概念 |
| 2007 | 为避免与 Linux 容器概念混淆更名为 "control groups" (cgroups) |
| 2006 | Google 工程师提出 process containers 概念 |
| 2007 | 为避免与 Linux 容器概念混淆更名为 control groups (cgroups) |
| 2008 | Linux 2.6.242008年1月正式合并 cgroups v1 |
| 2016 | Linux 4.5 引入 cgroups v2 |
| 现在 | Docker 在宿主机支持 cgroups v2 时会自动使用 v2否则回退到 v1 |