File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
content/ja/docs/setup/production-environment Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -174,10 +174,9 @@ Windowsでは、デフォルトのCRIエンドポイントは`npipe://./pipe/con
174
174
175
175
# ### `systemd` cgroupドライバーを構成する {#containerd-systemd}
176
176
177
- ` /etc/containerd/config.toml` 内で`runc`が`systemd` cgroupドライバーを使うようにするには、
178
- Containerdのバージョンに基づいて以下の設定を行ってください。
177
+ ` /etc/containerd/config.toml` 内で`runc`が`systemd` cgroupドライバーを使うようにするには、Containerdのバージョンに基づいて以下の設定を行ってください。
179
178
180
- Containerd バージョン 1 .x :
179
+ Containerdバージョン1 .x :
181
180
182
181
` ` `
183
182
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
@@ -186,7 +185,7 @@ Containerd バージョン 1.x:
186
185
SystemdCgroup = true
187
186
` ` `
188
187
189
- Containerd バージョン 2 .x :
188
+ Containerdバージョン2 .x :
190
189
191
190
` ` `
192
191
[plugins.'io.containerd.cri.v1.runtime'.containerd.runtimes.runc]
You can’t perform that action at this time.
0 commit comments