@@ -79,7 +79,7 @@ container run [<options>] <image> [<arguments> ...]
7979
8080** Progress Options**
8181
82- * ` --disable- progress-updates ` : Disable progress bar updates
82+ * ` --progress <type> ` : Progress type (format: none|ansi) (default: ansi)
8383
8484** Examples**
8585
@@ -395,7 +395,7 @@ Pulls an image from a registry. Supports specifying a platform and controlling p
395395** Usage**
396396
397397``` bash
398- container image pull [--debug] [--scheme < scheme> ] [--disable- progress-updates ] [--arch < arch> ] [--os < os> ] [--platform < platform> ] < reference>
398+ container image pull [--debug] [--scheme < scheme> ] [--progress < type > ] [--arch < arch> ] [--os < os> ] [--platform < platform> ] < reference>
399399```
400400
401401** Arguments**
@@ -405,7 +405,7 @@ container image pull [--debug] [--scheme <scheme>] [--disable-progress-updates]
405405** Options**
406406
407407* ` --scheme <scheme> ` : Scheme to use when connecting to the container registry. One of (http, https, auto) (default: auto)
408- * ` --disable- progress-updates ` : Disable progress bar updates
408+ * ` --progress <type> ` : Progress type (format: none|ansi) (default: ansi)
409409* ` -a, --arch <arch> ` : Limit the pull to the specified architecture
410410* ` --os <os> ` : Limit the pull to the specified OS
411411* ` --platform <platform> ` : Limit the pull to the specified platform (format: os/arch[ /variant] , takes precedence over --os and --arch)
@@ -417,7 +417,7 @@ Pushes an image to a registry. The flags mirror those for `image pull` with the
417417** Usage**
418418
419419``` bash
420- container image push [--scheme < scheme> ] [--disable- progress-updates ] [--arch < arch> ] [--os < os> ] [--platform < platform> ] [--debug] < reference>
420+ container image push [--scheme < scheme> ] [--progress < type > ] [--arch < arch> ] [--os < os> ] [--platform < platform> ] [--debug] < reference>
421421```
422422
423423** Arguments**
@@ -427,7 +427,7 @@ container image push [--scheme <scheme>] [--disable-progress-updates] [--arch <a
427427** Options**
428428
429429* ` --scheme <scheme> ` : Scheme to use when connecting to the container registry. One of (http, https, auto) (default: auto)
430- * ` --disable- progress-updates ` : Disable progress bar updates
430+ * ` --progress <type> ` : Progress type (format: none|ansi) (default: ansi)
431431* ` -a, --arch <arch> ` : Limit the push to the specified architecture
432432* ` --os <os> ` : Limit the push to the specified OS
433433* ` --platform <platform> ` : Limit the push to the specified platform (format: os/arch[ /variant] , takes precedence over --os and --arch)
0 commit comments