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 c77ebee commit bc6e2a4Copy full SHA for bc6e2a4
scripts/common.Makefile
@@ -215,8 +215,8 @@ ifdef STACK_NAME
215
216
.PHONY: prune-docker-stack-configs-default
217
prune-docker-stack-configs-default: ## Clean all unused stack configs
218
- @# Since the introduction of rolling docker config updates
219
- @# the old versions are kept. This target removes them
+ @# Since the introduction of rolling docker config updates old
+ @# [docker config] versions are kept. This target removes them
220
@# https://github.com/docker/cli/issues/203
221
@#
222
@# This should be run before stack update in order to
0 commit comments