From 83ca55db7da315f63cef53fa0d26c405f58f615e Mon Sep 17 00:00:00 2001 From: Anda Xu Date: Thu, 30 Aug 2018 17:47:29 -0700 Subject: [PATCH] update usage for 'docker build' with '--progress' and '--secret' options Signed-off-by: Anda Xu --- docs/reference/commandline/build.md | 3 +++ 1 file changed, 3 insertions(+) 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`.