experimenter icon indicating copy to clipboard operation
experimenter copied to clipboard

feat(project): docker run with --rm

Open freshstrangemusic opened this issue 3 months ago • 1 comments

Because:

  • we are creating many short-lived containers for commands; and
  • we are not cleaning them up except in make kill

This commit:

  • updates all docker run commands to use the --rm flag so that they are automatically deleted after the container exits.

Fixes #11662

freshstrangemusic avatar Oct 31 '24 17:10 freshstrangemusic