Cleanup Docker
If you are running docker you will accumulate a lot of unused images and volumes as you update running containers. This makes maintenance a necessity.
Collection
If you are running docker you will accumulate a lot of unused images and volumes as you update running containers. This makes maintenance a necessity.
Don't have a Mac and need MacOS? No problem, run it in a docker container.

This is a walkthrough of how to commit changes to docker images and containers. You need to do this if you make configuration changes to any docker im...