Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

rm: allow docker container remove as an alias #3986

Merged
merged 1 commit into from
Jan 30, 2023

Conversation

AkihiroSuda
Copy link
Collaborator

- What I did

Fixes #3985

- How I did it

Added docker container remove as an alias of docker container rm

- How to verify it
docker container remove foo

- Description for the changelog

rm: allow docker container remove as an alias

- A picture of a cute animal (not mandatory but encouraged)

🐧

@codecov-commenter
Copy link

codecov-commenter commented Jan 23, 2023

Codecov Report

Merging #3986 (9b54d86) into master (0288f7f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3986   +/-   ##
=======================================
  Coverage   59.20%   59.20%           
=======================================
  Files         287      287           
  Lines       24697    24698    +1     
=======================================
+ Hits        14621    14622    +1     
  Misses       9192     9192           
  Partials      884      884           

Fix issue 3985

Signed-off-by: Akihiro Suda <[email protected]>
@AkihiroSuda AkihiroSuda force-pushed the docker-container-remove branch from e17a3b7 to 9b54d86 Compare January 28, 2023 23:46
@thaJeztah thaJeztah added this to the 23.0.0 milestone Jan 30, 2023
Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants