If we continuously keep building and running containers there are a lot of orphaned containers and old images that get accumulated on the docker machine. A new script is created that the user can run to clean up his environment and save on disk space as well.
Future enhancement: Ideally this can be integrated with the maven build process so that during a 'mvn clean' call this script is called to take care of this automatically.
If we continuously keep building and running containers there are a lot of orphaned containers and old images that get accumulated on the docker machine. A new script is created that the user can run to clean up his environment and save on disk space as well.
Future enhancement: Ideally this can be integrated with the maven build process so that during a 'mvn clean' call this script is called to take care of this automatically.