It's UWAweek 19

helpOSTS

This forum is provided to promote discussion amongst students enrolled in Open Source Tools and Scripting.

Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.

How do I ask a good question?
Displaying selected article
Showing 1 of 411 articles.
Currently 19 other people reading this forum.


SVG not supported

Login to reply

👍?
helpful
5:13pm Tue 14th Mar, ANONYMOUS

To prevent stopped containers from persisting when using the docker run command, use --rm i.e. docker run -it --rm --mount ... This is nice to prevent clutter of unused docker containers. To remove any stopped containers, the command docker container prune can be used. This removes all stopped containers !!!!! Although in this unit this is unnecessary since each docker container is extremely small (<1KB), its good to be aware of this! As some other docker containers maybe wont be so small ;) docker images can have a similar problem, especially when building docker images locally. I've personally cleared about 50GBs of orphaned images in one sitting.

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  8:08AM Aug 25 2024
Privacy policy