@@ -68,7 +68,7 @@ container run [OPTIONS] IMAGE [COMMAND] [ARG...]
6868 For internal/local registries, the client uses ** HTTP** . Otherwise, it uses ** HTTPS** .
6969
7070* ** Progress options**
71- * ` --disable- progress-updates ` : Disable progress bar updates
71+ * ` --progress <type> ` : Progress type (format: none|ansi) (default: ansi)
7272* ** Global options**
7373 * ` --debug ` : Enable debug output [ environment: CONTAINER_DEBUG]
7474 * ` --version ` : Show the version.
@@ -370,7 +370,7 @@ container image pull [OPTIONS] REFERENCE
370370
371371* ` --platform <platform> ` : Platform string in the form ` os/arch/variant ` . Example ` linux/arm64/v8 ` , ` linux/amd64 ` . Default: current host platform.
372372* ` --scheme <scheme> ` : Scheme to use when connecting to the container registry. One of (` http ` , ` https ` , ` auto ` ) (default: ` auto ` )
373- * ` --disable- progress-updates ` : Disable progress bar updates
373+ * ` --progress <type> ` : Progress type (format: none|ansi) (default: ansi)
374374* ** Global** : ` --debug ` , ` --version ` , ` -h ` /` --help `
375375
376376### ` container image push `
@@ -387,7 +387,7 @@ container image push [OPTIONS] REFERENCE
387387
388388* ` --platform <platform> ` : Platform string in the form ` os/arch/variant ` . Example ` linux/arm64/v8 ` , ` linux/amd64 ` (optional)
389389* ` --scheme <scheme> ` : Scheme to use when connecting to the container registry. One of (` http ` , ` https ` , ` auto ` ) (default: ` auto ` )
390- * ` --disable- progress-updates ` : Disable progress bar updates
390+ * ` --progress <type> ` : Progress type (format: none|ansi) (default: ansi)
391391* ** Global** : ` --debug ` , ` --version ` , ` -h ` /` --help `
392392
393393### ` container image save `
0 commit comments