You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/buildah-build.1.md
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -636,15 +636,6 @@ Valid _mode_ values are:
636
636
-**ns:**_path_: path to a network namespace to join;
637
637
-**private**: create a new namespace for the container (default)
638
638
-**\<network name|ID\>**: Join the network with the given name or ID, e.g. use `--network mynet` to join the network with the name mynet. Only supported for rootful users.
639
-
-**slirp4netns[:OPTIONS,...]**: use **slirp4netns**(1) to create a user network stack. This is the default for rootless containers. It is possible to specify these additional options, they can also be set with `network_cmd_options` in containers.conf:
640
-
-**allow_host_loopback=true|false**: Allow slirp4netns to reach the host loopback IP (default is 10.0.2.2 or the second IP from slirp4netns cidr subnet when changed, see the cidr option below). The default is false.
641
-
-**mtu=MTU**: Specify the MTU to use for this network. (Default is `65520`).
642
-
-**cidr=CIDR**: Specify ip range to use for this network. (Default is `10.0.2.0/24`).
643
-
-**enable_ipv6=true|false**: Enable IPv6. Default is true. (Required for `outbound_addr6`).
644
-
-**outbound_addr=INTERFACE**: Specify the outbound interface slirp binds to (ipv4 traffic only).
645
-
-**outbound_addr=IPv4**: Specify the outbound ipv4 address slirp binds to.
646
-
-**outbound_addr6=INTERFACE**: Specify the outbound interface slirp binds to (ipv6 traffic only).
647
-
-**outbound_addr6=IPv6**: Specify the outbound ipv6 address slirp binds to.
648
639
-**pasta[:OPTIONS,...]**: use **pasta**(1) to create a user-mode networking
649
640
stack. \
650
641
This is only supported in rootless mode. \
@@ -670,13 +661,12 @@ Valid _mode_ values are:
670
661
-**pasta:--mtu,1500**: Specify a 1500 bytes MTU for the _tap_ interface in
Copy file name to clipboardExpand all lines: docs/buildah-from.1.md
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -307,15 +307,6 @@ Valid _mode_ values are:
307
307
-**ns:**_path_: path to a network namespace to join;
308
308
-**private**: create a new namespace for the container (default)
309
309
-**\<network name|ID\>**: Join the network with the given name or ID, e.g. use `--network mynet` to join the network with the name mynet. Only supported for rootful users.
310
-
-**slirp4netns[:OPTIONS,...]**: use **slirp4netns**(1) to create a user network stack. This is the default for rootless containers. It is possible to specify these additional options, they can also be set with `network_cmd_options` in containers.conf:
311
-
-**allow_host_loopback=true|false**: Allow slirp4netns to reach the host loopback IP (default is 10.0.2.2 or the second IP from slirp4netns cidr subnet when changed, see the cidr option below). The default is false.
312
-
-**mtu=MTU**: Specify the MTU to use for this network. (Default is `65520`).
313
-
-**cidr=CIDR**: Specify ip range to use for this network. (Default is `10.0.2.0/24`).
314
-
-**enable_ipv6=true|false**: Enable IPv6. Default is true. (Required for `outbound_addr6`).
315
-
-**outbound_addr=INTERFACE**: Specify the outbound interface slirp binds to (ipv4 traffic only).
316
-
-**outbound_addr=IPv4**: Specify the outbound ipv4 address slirp binds to.
317
-
-**outbound_addr6=INTERFACE**: Specify the outbound interface slirp binds to (ipv6 traffic only).
318
-
-**outbound_addr6=IPv6**: Specify the outbound ipv6 address slirp binds to.
319
310
-**pasta[:OPTIONS,...]**: use **pasta**(1) to create a user-mode networking
320
311
stack. \
321
312
This is only supported in rootless mode. \
@@ -341,13 +332,12 @@ Valid _mode_ values are:
341
332
-**pasta:--mtu,1500**: Specify a 1500 bytes MTU for the _tap_ interface in
Copy file name to clipboardExpand all lines: docs/buildah-run.1.md
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,15 +195,6 @@ Valid _mode_ values are:
195
195
-**ns:**_path_: path to a network namespace to join;
196
196
-**private**: create a new namespace for the container (default)
197
197
-**\<network name|ID\>**: Join the network with the given name or ID, e.g. use `--network mynet` to join the network with the name mynet. Only supported for rootful users.
198
-
-**slirp4netns[:OPTIONS,...]**: use **slirp4netns**(1) to create a user network stack. This is the default for rootless containers. It is possible to specify these additional options, they can also be set with `network_cmd_options` in containers.conf:
199
-
-**allow_host_loopback=true|false**: Allow slirp4netns to reach the host loopback IP (default is 10.0.2.2 or the second IP from slirp4netns cidr subnet when changed, see the cidr option below). The default is false.
200
-
-**mtu=MTU**: Specify the MTU to use for this network. (Default is `65520`).
201
-
-**cidr=CIDR**: Specify ip range to use for this network. (Default is `10.0.2.0/24`).
202
-
-**enable_ipv6=true|false**: Enable IPv6. Default is true. (Required for `outbound_addr6`).
203
-
-**outbound_addr=INTERFACE**: Specify the outbound interface slirp binds to (ipv4 traffic only).
204
-
-**outbound_addr=IPv4**: Specify the outbound ipv4 address slirp binds to.
205
-
-**outbound_addr6=INTERFACE**: Specify the outbound interface slirp binds to (ipv6 traffic only).
206
-
-**outbound_addr6=IPv6**: Specify the outbound ipv6 address slirp binds to.
207
198
-**pasta[:OPTIONS,...]**: use **pasta**(1) to create a user-mode networking
208
199
stack. \
209
200
This is only supported in rootless mode. \
@@ -229,13 +220,12 @@ Valid _mode_ values are:
229
220
-**pasta:--mtu,1500**: Specify a 1500 bytes MTU for the _tap_ interface in
0 commit comments