Skip to content

Commit

Permalink
docs: Correct removeVolumes description
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jakub-bochenski authored Jan 7, 2025
1 parent 1b28e22 commit ee92c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/asciidoc/inc/_docker-stop.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This should match the setting for <<{plugin}:start>> goals if the goals are conf
| `docker.keepRunning`

| *removeVolumes*
| 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.
| 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.
| `docker.removeVolumes`

| *stopNamePattern*
Expand Down

0 comments on commit ee92c28

Please sign in to comment.