diff --git a/docs/reference/commandline/build.md b/docs/reference/commandline/build.md index 531a0c82a8..bb1d926c1d 100644 --- a/docs/reference/commandline/build.md +++ b/docs/reference/commandline/build.md @@ -48,8 +48,11 @@ Options: '|': connect to a user-defined network --no-cache Do not use cache when building the image --pull Always attempt to pull a newer version of the image + --progress Set type of progress output (only if BuildKit enabled) (auto, plain, tty). + Use plain to show container output -q, --quiet Suppress the build output and print image ID on success --rm Remove intermediate containers after a successful build (default true) + --secret Secret file to expose to the build (only if BuildKit enabled): id=mysecret,src=/local/secret" --security-opt value Security Options (default []) --shm-size bytes Size of /dev/shm The format is ``. `number` must be greater than `0`.