Skip to content

Commit dd58908

Browse files
docs: Correct removeVolumes description (#1852)
I believe it works the same as v option https://docs.docker.com/reference/api/engine/version/v1.43/#tag/Container/operation/ContainerDelete so it doesn't remove "any" containers only the anonymous ones.
1 parent 1b28e22 commit dd58908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/inc/_docker-stop.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This should match the setting for <<{plugin}:start>> goals if the goals are conf
3838
| `docker.keepRunning`
3939

4040
| *removeVolumes*
41-
| If set to `true` will remove any volumes associated to the container as well. This option will be ignored if either `keepContainer` or `keepRunning` are true.
41+
| If set to `true` will remove anonymous volumes associated to the container as well. This option will be ignored if either `keepContainer` or `keepRunning` are true.
4242
| `docker.removeVolumes`
4343

4444
| *stopNamePattern*

0 commit comments

Comments
 (0)