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

dkr killall / dkr cleanup #4

Closed
sznowicki opened this issue Apr 7, 2020 · 0 comments · Fixed by #6
Closed

dkr killall / dkr cleanup #4

sznowicki opened this issue Apr 7, 2020 · 0 comments · Fixed by #6
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@sznowicki
Copy link
Member

Description

  • dkr killall runs docker kill $(docker ps -q)
  • dkr cleanup runs:
    -- docker kill $(docker ps -q)
    -- docker rm $(docker ps -a -q)
    -- docker rmi $(docker images -q)
@sznowicki sznowicki added enhancement New feature or request good first issue Good for newcomers labels Apr 7, 2020
@sznowicki sznowicki added this to the 0.2.0 milestone Apr 7, 2020
@sznowicki sznowicki self-assigned this Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant