Skip to content

Remove containers after they exit

Mikhail Mazurskiy requested to merge ash2k/docker-rm into main

What does this Merge Request do and why?

I'm getting left over containers after using GDK. Add --rm to clean them up automatically.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports