Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update flag description for docker rm -v #2289

Merged
merged 1 commit into from
Jan 27, 2020

Conversation

thaJeztah
Copy link
Member

fixes #2285

The -v option removes anonymous volume only, and keeps named volumes.

- Description for the changelog

+ Update flag description for `docker rm -v` to clarify the option only removes anonymous (unnamed) volumes.

The `-v` option removes anonymous volume only, and keeps
named volumes.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
Copy link
Member Author

@cpuguy83 ptal

Copy link
Collaborator

@cpuguy83 cpuguy83 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@chris-crone chris-crone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@silvin-lubecki silvin-lubecki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@silvin-lubecki silvin-lubecki merged commit 809cc89 into docker:master Jan 27, 2020
@thaJeztah thaJeztah deleted the update_flag_description branch January 27, 2020 14:52
@thaJeztah thaJeztah added this to the next milestone Feb 5, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix docker container rm -v flag description and docs to mention "anonymous" volumes only
5 participants