Skip to content

Commit c7e4e25

Browse files
guitmzdrewcsillag
authored andcommitted
updating build string example
1 parent 74ed3df commit c7e4e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ This can be set in file or directory-local variables.")
204204
205205
If prefix arg NO-CACHE is set, don't cache the image.
206206
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`"
207+
`sudo docker build --no-cache --force-rm --pull --force-rm --tag IMAGE-NAME --build-args arg1.. --progress PROGRESS_TYPE -f filename directory`"
208208

209209
(interactive (list (dockerfile-read-image-name) prefix-arg))
210210
(save-buffer)

0 commit comments

Comments
 (0)