Monthly Archives: December 2021

Resize KVM Images

Overview In order to properly support the environment, one set of images will be retrieved from the Red Hat OpenShift reference site for Debian, Ubuntu, and CentOS. These images will then be modified in order to support the necessary installations. … Continue reading

Posted in Computers, KVM | Tagged , , , , , | Leave a comment

Docker Best Practices

Use the Official Docker Image for your Base Image. Download the image from the docker.io site. Never use the Latest tag for an image. In order for consistency, identify the version you want to use. This also prevents potentially breaking … Continue reading

Posted in Computers, Docker | Leave a comment