Skip to content

Commit 0762fdd

Browse files
committed
Revert "Fix doc for runtime specific options"
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 210a86c commit 0762fdd

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

docs/config.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -169,38 +169,38 @@ version = 2
169169
# "io.containerd.runc.v1" and "io.containerd.runc.v2". Its corresponding options type is:
170170
# https://github.com/containerd/containerd/blob/v1.3.2/runtime/v2/runc/options/oci.pb.go#L26 .
171171
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options]
172-
# no_pivot_root disables pivot root when creating a container.
173-
no_pivot_root = false
172+
# NoPivotRoot disables pivot root when creating a container.
173+
NoPivotRoot = false
174174

175-
# no_new_keyring disables new keyring for the container.
176-
no_new_keyring = false
175+
# NoNewKeyring disables new keyring for the container.
176+
NoNewKeyring = false
177177

178-
# shim_cgroup places the shim in a cgroup.
179-
shim_cgroup = ""
178+
# ShimCgroup places the shim in a cgroup.
179+
ShimCgroup = ""
180180

181-
# io_uid sets the I/O's pipes uid.
182-
io_uid = 0
181+
# IoUid sets the I/O's pipes uid.
182+
IoUid = 0
183183

184-
# io_gid sets the I/O's pipes gid.
185-
io_gid = 0
184+
# IoGid sets the I/O's pipes gid.
185+
IoGid = 0
186186

187-
# binary_name is the binary name of the runc binary.
188-
binary_name = ""
187+
# BinaryName is the binary name of the runc binary.
188+
BinaryName = ""
189189

190-
# root is the runc root directory.
191-
root = ""
190+
# Root is the runc root directory.
191+
Root = ""
192192

193-
# criu_path is the criu binary path.
194-
criu_path = ""
193+
# CriuPath is the criu binary path.
194+
CriuPath = ""
195195

196-
# systemd_cgroup enables systemd cgroups.
197-
systemd_cgroup = false
196+
# SystemdCgroup enables systemd cgroups.
197+
SystemdCgroup = false
198198

199-
# criu_image_path is the criu image path
200-
criu_image_path = ""
199+
# CriuImagePath is the criu image path
200+
CriuImagePath = ""
201201

202-
# criu_work_path is the criu work path.
203-
criu_work_path = ""
202+
# CriuWorkPath is the criu work path.
203+
CriuWorkPath = ""
204204

205205
# 'plugins."io.containerd.grpc.v1.cri".cni' contains config related to cni
206206
[plugins."io.containerd.grpc.v1.cri".cni]

0 commit comments

Comments
 (0)