@@ -117,7 +117,7 @@ Options are:
117117
118118** cgroupns** ="private"
119119
120- Default way to to create a cgroup namespace for the container.
120+ Default way to create a cgroup namespace for the container.
121121Options are:
122122` private ` Create private Cgroup Namespace for the container.
123123` host ` Share host Cgroup Namespace with the container.
@@ -235,7 +235,7 @@ Options are:
235235
236236** ipcns** ="shareable"
237237
238- Default way to to create a IPC namespace for the container.
238+ Default way to create a IPC namespace for the container.
239239Options are:
240240 ` host ` Share host IPC Namespace with the container.
241241 ` none ` Create shareable IPC Namespace for the container without a private /dev/shm.
@@ -282,7 +282,7 @@ Example: [ "type=bind,source=/var/lib/foobar,destination=/var/lib/foobar,ro", ]
282282
283283** netns** ="private"
284284
285- Default way to to create a NET namespace for the container.
285+ Default way to create a NET namespace for the container.
286286Options are:
287287 ` private ` Create private NET Namespace for the container.
288288 ` host ` Share host NET Namespace with the container.
@@ -299,7 +299,7 @@ Tune the host's OOM preferences for containers (accepts values from -1000 to 100
299299
300300** pidns** ="private"
301301
302- Default way to to create a PID namespace for the container.
302+ Default way to create a PID namespace for the container.
303303Options are:
304304 ` private ` Create private PID Namespace for the container.
305305 ` host ` Share host PID Namespace with the container.
@@ -352,14 +352,14 @@ Sets umask inside the container.
352352
353353** userns** ="host"
354354
355- Default way to to create a USER namespace for the container.
355+ Default way to create a USER namespace for the container.
356356Options are:
357357 ` private ` Create private USER Namespace for the container.
358358 ` host ` Share host USER Namespace with the container.
359359
360360** utsns** ="private"
361361
362- Default way to to create a UTS namespace for the container.
362+ Default way to create a UTS namespace for the container.
363363Options are:
364364 ` private ` Create private UTS Namespace for the container.
365365 ` host ` Share host UTS Namespace with the container.
0 commit comments