Latest Updates

Documenting code, one commit at a time.

Docker 1 post
×
Docker CSS HTML

Optimizing Docker Image Size for jez-7.github.io

The Problem

The jez-7/jez-7.github.io project's Docker image was larger than necessary, impacting deployment times and efficiency. The goal was to reduce the image size without sacrificing functionality.

The Approach

The primary focus was on adjusting the Docker icon size within the ProjectsSection component. This involved modifying the size class used by the Docker component to

Read more