We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ed3df commit c7e4e25Copy full SHA for c7e4e25
dockerfile-mode.el
@@ -204,7 +204,7 @@ This can be set in file or directory-local variables.")
204
205
If prefix arg NO-CACHE is set, don't cache the image.
206
The build string will be of the format:
207
-`sudo docker build --no-cache --force-rm --pull --force-rm --tag IMAGE-NAME --build-args arg1.. -f filename directory`"
+`sudo docker build --no-cache --force-rm --pull --force-rm --tag IMAGE-NAME --build-args arg1.. --progress PROGRESS_TYPE -f filename directory`"
208
209
(interactive (list (dockerfile-read-image-name) prefix-arg))
210
(save-buffer)
0 commit comments