Skip to content

Commit 35dfe2f

Browse files
Follow translation style guide
1 parent c957995 commit 35dfe2f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

content/ja/docs/setup/production-environment/container-runtimes.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,9 @@ Windowsでは、デフォルトのCRIエンドポイントは`npipe://./pipe/con
174174

175175
#### `systemd` cgroupドライバーを構成する {#containerd-systemd}
176176

177-
`/etc/containerd/config.toml`内で`runc`が`systemd` cgroupドライバーを使うようにするには、
178-
Containerdのバージョンに基づいて以下の設定を行ってください。
177+
`/etc/containerd/config.toml`内で`runc`が`systemd` cgroupドライバーを使うようにするには、Containerdのバージョンに基づいて以下の設定を行ってください。
179178

180-
Containerd バージョン 1.x:
179+
Containerdバージョン1.x:
181180

182181
```
183182
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
@@ -186,7 +185,7 @@ Containerd バージョン 1.x:
186185
SystemdCgroup = true
187186
```
188187

189-
Containerd バージョン 2.x:
188+
Containerdバージョン2.x:
190189

191190
```
192191
[plugins.'io.containerd.cri.v1.runtime'.containerd.runtimes.runc]

0 commit comments

Comments
 (0)